Skip to content

Commit 1692803

Browse files
authored
Remove @param onDone (#113371)
Remove @param onDone
1 parent 3c70fb2 commit 1692803

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/integration_test/android/src/main/java/dev/flutter/plugins/integration_test/FlutterDeviceScreenshot.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ static void convertFlutterSurfaceToImage(@NonNull Activity activity) {
100100
* The new surface will either be {@code FlutterSurfaceView} or {@code FlutterTextureView}.
101101
*
102102
* @param activity typically {@code FlutterActivity}.
103-
* @param onDone callback called once the surface has been restored.
104103
*/
105104
static void revertFlutterImage(@NonNull Activity activity) {
106105
final FlutterView flutterView = getFlutterView(activity);

0 commit comments

Comments
 (0)