Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 7200a6c

Browse files
authored
Remove spammy warning message on FlutterView (#54686)
@matanlurey: > As of d6bc4dc, we are now printing a `W/FlutterView( 7775): API level 34 is too low to query bounding rects.` message which is not user actionable. Was this intended to stay in the merged PR? What value is it supposed to have? @yaakovschectman: > You might be right about that
1 parent f8d553a commit 7200a6c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

shell/platform/android/io/flutter/embedding/android/FlutterView.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -777,8 +777,6 @@ navigationBarVisible && guessBottomKeyboardInset(insets) == 0
777777
// existing Insets-based method calls above.
778778
if (Build.VERSION.SDK_INT >= API_LEVELS.API_35) {
779779
delegate.growViewportMetricsToCaptionBar(getContext(), viewportMetrics);
780-
} else {
781-
Log.w(TAG, "API level " + Build.VERSION.SDK_INT + " is too low to query bounding rects.");
782780
}
783781

784782
Log.v(

0 commit comments

Comments
 (0)