Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] test app - deal with snapshotter termination
Browse files Browse the repository at this point in the history
  • Loading branch information
ivovandongen committed Aug 10, 2017
1 parent 166ccb1 commit 85fdee6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void onSnapshotReady(Bitmap snapshot) {
@Override
public void onPause() {
super.onPause();
//snapshotter.stop();
snapshotter.stop();
}

}

0 comments on commit 85fdee6

Please sign in to comment.