-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix (hopefully) issue where the screen stays on by default for some p…
…eople (#597) Some people are reporting that the screen stays on in the thread view, like the 'keep screen on' menu option is selected (which is isn't), and they have to toggle the option on and off again every time they start the app. I can't replicate this problem, and it seems like it shouldn't happen anyway (the flag is initialised to 'off' and requires the user to select the menu option to change it), so I'm assuming it's a WebView issue. I've just made the init code always explicitly set that behaviour to off when the WebView is first created. Hopefully that's it! Also removed some old API lint annotations
- Loading branch information
Showing
1 changed file
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters