Skip to content

Commit

Permalink
rm activity states(AlbumPage,etc) when invisible
Browse files Browse the repository at this point in the history
Bug: 7384972

Companion CL for https://googleplex-android-review.googlesource.com/#/c/245256/1
Change-Id: Ifaca126448f6541413d83b5e59625b5fc17b5f2e
  • Loading branch information
doris4lt committed Oct 24, 2012
1 parent 7420a50 commit dff2ace
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/android/camera/CameraActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ protected void onFullScreenChanged(boolean full) {
protected void onStop() {
super.onStop();
mCurrentModule.onStop();
getStateManager().clearTasks();
}

@Override
Expand Down

0 comments on commit dff2ace

Please sign in to comment.