Trying to fix an issue with webview not available with the article viewer. Fixed an issue when the browser isn't available.

This commit is contained in:
Amine
2018-11-27 21:14:03 +01:00
parent 92c335b4e1
commit 04c7776466
3 changed files with 156 additions and 127 deletions

View File

@@ -168,4 +168,6 @@
<string name="shortcut_offline">Offline</string>
<string name="pref_api_timeout">Api Timeout</string>
<string name="pref_header_experimental">Experimental</string>
<string name="webview_dialog_issue_message">Webview not available. Disabeling the article viewer to avoide any future crashes. Will load articles inside of your browser from now on.</string>
<string name="webview_dialog_issue_title">Webview issue</string>
</resources>