From 07f145c85b7000d8a7377337fef2aa19e3d4f61d Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Wed, 21 Aug 2024 11:21:46 -0700 Subject: [PATCH] Remove warning message that has no user value --- .../android/io/flutter/embedding/android/FlutterView.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/shell/platform/android/io/flutter/embedding/android/FlutterView.java b/shell/platform/android/io/flutter/embedding/android/FlutterView.java index 37d9621c6b945..d7c1387da804d 100644 --- a/shell/platform/android/io/flutter/embedding/android/FlutterView.java +++ b/shell/platform/android/io/flutter/embedding/android/FlutterView.java @@ -777,8 +777,6 @@ navigationBarVisible && guessBottomKeyboardInset(insets) == 0 // existing Insets-based method calls above. if (Build.VERSION.SDK_INT >= API_LEVELS.API_35) { delegate.growViewportMetricsToCaptionBar(getContext(), viewportMetrics); - } else { - Log.w(TAG, "API level " + Build.VERSION.SDK_INT + " is too low to query bounding rects."); } Log.v(