-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#21 Explain how to exit full screen #18
Conversation
@sladomic Can this pull request be merged now? |
@jogrimst shouldn't we first revert to the code before this pull request #20 and then we can merge this one? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gscdev In the ExitFullScreenActivity, when I press the screen (normal press), the hand animation disappears. Even if I never completed a swipe from outside the screen. Perhaps the hand animation should continue repeatedly until the child has managed to perform the gesture properly? Is there a way to detect if the status bar and navigation bar became visible?
// @Override | ||
// public void onCompletion() { | ||
// TODO: 04/05/2017 audios en/sw Slide down from outside the screen | ||
MediaPlayerHelper.playWithDelay(this, R.raw.slide_down_from_outside_the_screen, new MediaPlayerHelper.MediaPlayerListener() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gscdev I'm preparing these audios now.
No description provided.