mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove NonNull annotation on FlutterCallbackInformation.lookupCallbackInformation (flutter/engine#24340)
Fixes https://github.com/flutter/flutter/issues/73937
This commit is contained in:
parent
de7508b296
commit
ea99328502
@ -5,7 +5,6 @@
|
||||
package io.flutter.view;
|
||||
|
||||
import androidx.annotation.Keep;
|
||||
import androidx.annotation.NonNull;
|
||||
import io.flutter.embedding.engine.FlutterJNI;
|
||||
|
||||
/**
|
||||
@ -25,7 +24,6 @@ public final class FlutterCallbackInformation {
|
||||
* `dart:ui`.
|
||||
* @return an instance of FlutterCallbackInformation for the provided handle.
|
||||
*/
|
||||
@NonNull
|
||||
public static FlutterCallbackInformation lookupCallbackInformation(long handle) {
|
||||
return FlutterJNI.nativeLookupCallbackInformation(handle);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user