Skip to content
Merged
Prev Previous commit
Next Next commit
remove unused deprecation suppression
  • Loading branch information
Gray Mackall committed Jun 18, 2024
commit 36a4c684d5c53df78a21892e8b54e6a0b0efc96c
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ private IsFlutterViewMatcher() {}
public void describeTo(Description description) {
description.appendText("is a FlutterView");
}

@SuppressWarnings("deprecation")

@Override
public boolean matchesSafely(View flutterView) {
return flutterView instanceof FlutterView;
Expand Down