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

Commit 49d7380

Browse files
Remove NonNull annotation on FlutterCallbackInformation.lookupCallbackInformation (#24340)
Fixes flutter/flutter#73937
1 parent 1955ab1 commit 49d7380

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

shell/platform/android/io/flutter/view/FlutterCallbackInformation.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
package io.flutter.view;
66

77
import androidx.annotation.Keep;
8-
import androidx.annotation.NonNull;
98
import io.flutter.embedding.engine.FlutterJNI;
109

1110
/**
@@ -25,7 +24,6 @@ public final class FlutterCallbackInformation {
2524
* `dart:ui`.
2625
* @return an instance of FlutterCallbackInformation for the provided handle.
2726
*/
28-
@NonNull
2927
public static FlutterCallbackInformation lookupCallbackInformation(long handle) {
3028
return FlutterJNI.nativeLookupCallbackInformation(handle);
3129
}

0 commit comments

Comments
 (0)