Skip to content

Commit

Permalink
Merge pull request #30 from gscdev/master
Browse files Browse the repository at this point in the history
Fix hand disappearing on exit full screen #29
  • Loading branch information
Jo Grimstad authored Jun 21, 2017
2 parents b666c9e + 3403bf2 commit 3f64be8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ public void onHandAnimationEnd() {
mAnimationCompleted = true;

mHandView.setVisibility(View.VISIBLE);
mHandView.setHideOnTouch(false);
playExitFullScreen();
}
});
Expand Down

0 comments on commit 3f64be8

Please sign in to comment.