This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
shell/platform/android/io/flutter/embedding/android Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -610,7 +610,6 @@ public enum ZeroSides {
610
610
*
611
611
* @return some ZeroSides enum
612
612
*/
613
- @ SuppressWarnings ("deprecated" )
614
613
@ androidx .annotation .DeprecatedSinceApi (api = API_LEVELS .API_30 )
615
614
@ VisibleForTesting
616
615
public ZeroSides calculateShouldZeroSides () {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <issues format =" 6" by =" lint 8.1.0 [10406996] " type =" baseline" client =" " dependencies =" true" name =" " variant =" all" version =" 8.1.0 [10406996] " >
2
+ <issues format =" 6" by =" lint 8.3.0 [11479570] " type =" baseline" client =" " dependencies =" true" name =" " variant =" all" version =" 8.3.0 [11479570] " >
3
+
4
+ <issue
5
+ id =" DeprecatedSinceApi"
6
+ message =" This method is deprecated as of API level 30"
7
+ errorLine1 =" zeroSides = calculateShouldZeroSides();"
8
+ errorLine2 =" ~~~~~~~~~~~~~~~~~~~~~~~~~~" >
9
+ <location
10
+ file =" ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterView.java"
11
+ line =" 759"
12
+ column =" 21" />
13
+ </issue >
3
14
4
15
<issue
5
16
id =" HardcodedDebugMode"
19
30
errorLine2 =" ~~~~~~~~~~~~" >
20
31
<location
21
32
file =" ../../../flutter/shell/platform/android/io/flutter/view/FlutterView.java"
22
- line =" 445 "
33
+ line =" 474 "
23
34
column =" 18" />
24
35
</issue >
25
36
30
41
errorLine2 =" ~~~~~~~~~~~~" >
31
42
<location
32
43
file =" ../../../flutter/shell/platform/android/io/flutter/embedding/android/FlutterView.java"
33
- line =" 928 "
44
+ line =" 896 "
34
45
column =" 18" />
35
46
</issue >
36
47
You can’t perform that action at this time.
0 commit comments