Skip to content

Commit

Permalink
Remove @param onDone (#113371)
Browse files Browse the repository at this point in the history
Remove @param onDone
  • Loading branch information
gonft authored Mar 1, 2023
1 parent 3c70fb2 commit 1692803
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ static void convertFlutterSurfaceToImage(@NonNull Activity activity) {
* The new surface will either be {@code FlutterSurfaceView} or {@code FlutterTextureView}.
*
* @param activity typically {@code FlutterActivity}.
* @param onDone callback called once the surface has been restored.
*/
static void revertFlutterImage(@NonNull Activity activity) {
final FlutterView flutterView = getFlutterView(activity);
Expand Down

0 comments on commit 1692803

Please sign in to comment.