HackMyChurch / aelf-dailyreadings

AELF daily readings is the easiest and most discrete daily reading application on the play store. https://play.google.com/store/apps/details?id=co.epitre.aelf_lectures
MIT License
46 stars 13 forks source link

fix samsung screen flicker #15

Closed yadutaf closed 5 years ago

yadutaf commented 5 years ago

I had a couple of reports that the application flickers when it is going fullscreen. What happens is:

  1. The application is going fullscreen
  2. Android / Samsung displays a message
  3. The application looses focus
  4. The application moves out of fullscreen
  5. Android then removes the fullscreen help message
  6. The application gains back the focus
  7. The application moves back to fullscreen

This only occurs in portrait mode. A workaround is then to switch to landscape mode, validate the help message and going back to portrait.

nathanael-h commented 5 years ago

This PR looks good. I tested it and did not see any problem. I merge it !