Unverified Commit 16928037 authored by Paul's avatar Paul Committed by GitHub

Remove @param onDone (#113371)

Remove @param onDone
parent 3c70fb26
...@@ -100,7 +100,6 @@ class FlutterDeviceScreenshot { ...@@ -100,7 +100,6 @@ class FlutterDeviceScreenshot {
* The new surface will either be {@code FlutterSurfaceView} or {@code FlutterTextureView}. * The new surface will either be {@code FlutterSurfaceView} or {@code FlutterTextureView}.
* *
* @param activity typically {@code FlutterActivity}. * @param activity typically {@code FlutterActivity}.
* @param onDone callback called once the surface has been restored.
*/ */
static void revertFlutterImage(@NonNull Activity activity) { static void revertFlutterImage(@NonNull Activity activity) {
final FlutterView flutterView = getFlutterView(activity); final FlutterView flutterView = getFlutterView(activity);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment