Delete webView.getSettings().setDomStorageEnabled(true); in LoginActivity to fix wrong password error. Show an info to guide users how to type in 2FA code.

This commit is contained in:
Alex Ning
2020-07-19 14:12:26 +08:00
parent f37a46e2c2
commit 5f18f7df64
4 changed files with 37 additions and 7 deletions

View File

@@ -30,7 +30,7 @@
<Preference
app:title="@string/settings_time_format_title"
app:fragment="ml.docilealligator.infinityforreddit.Settings.TimeFormatPreferenceFragment" />
<SwitchPreference
app:defaultValue="false"
app:key="vote_buttons_on_the_right"