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 +1
-12
lines changed
shell/platform/android/io/flutter/embedding/android Expand file tree Collapse file tree 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) {
683683 // The annotations to suppress "InlinedApi" and "NewApi" lints prevent lint warnings
684684 // caused by usage of Android Q APIs. These calls are safe because they are
685685 // guarded.
686- @ SuppressLint ({"InlinedApi" , "NewApi" })
686+ @ SuppressLint ({"InlinedApi" , "NewApi" , "DeprecatedSinceApi" })
687687 @ NonNull
688688 public final WindowInsets onApplyWindowInsets (@ NonNull WindowInsets insets ) {
689689 WindowInsets newInsets = super .onApplyWindowInsets (insets );
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<issues format =" 6" by =" lint 8.3.0 [11479570] " type =" baseline" client =" " dependencies =" true" name =" " variant =" all" version =" 8.3.0 [11479570] " >
33
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-
154 <issue
165 id =" HardcodedDebugMode"
176 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