Refactored swipe listener

This commit is contained in:
M66B
2019-02-06 10:59:10 +00:00
parent 0b08d00d61
commit 03c1ddd9ce
3 changed files with 37 additions and 38 deletions

View File

@@ -94,7 +94,7 @@ public class FragmentOptions extends FragmentBase implements SharedPreferences.O
static String[] OPTIONS_RESTART = new String[]{
"unified", "date", "threading", "avatars", "identicons", "preview", "addresses", "autoimages", "actionbar",
"pull", "autoexpand", "autoclose", "autonext",
"pull", "swipenav", "autoexpand", "autoclose", "autonext",
"debug"
};