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

Commit 18e7620

Browse files
committed
suppress warning tag
1 parent 8a90e10 commit 18e7620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ public enum ZeroSides {
610610
*
611611
* @return some ZeroSides enum
612612
*/
613-
@SuppressLint("deprecated")
613+
@SuppressWarnings("deprecated")
614614
@androidx.annotation.DeprecatedSinceApi(api = API_LEVELS.API_30)
615615
@VisibleForTesting
616616
public ZeroSides calculateShouldZeroSides() {

0 commit comments

Comments
 (0)