This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree 2 files changed +1
-12
lines changed
shell/platform/android/io/flutter/embedding/android
2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -683,7 +683,7 @@ private int guessBottomKeyboardInset(WindowInsets insets) {
683
683
// The annotations to suppress "InlinedApi" and "NewApi" lints prevent lint warnings
684
684
// caused by usage of Android Q APIs. These calls are safe because they are
685
685
// guarded.
686
- @ SuppressLint ({"InlinedApi" , "NewApi" })
686
+ @ SuppressLint ({"InlinedApi" , "NewApi" , "DeprecatedSinceApi" })
687
687
@ NonNull
688
688
public final WindowInsets onApplyWindowInsets (@ NonNull WindowInsets insets ) {
689
689
WindowInsets newInsets = super .onApplyWindowInsets (insets );
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<issues format =" 6" by =" lint 8.3.0 [11479570] " type =" baseline" client =" " dependencies =" true" name =" " variant =" all" version =" 8.3.0 [11479570] " >
3
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 >
14
-
15
4
<issue
16
5
id =" HardcodedDebugMode"
17
6
message =" Avoid hardcoding the debug mode; leaving it out allows debug and release builds to automatically assign one"
You can’t perform that action at this time.
0 commit comments