Added option to disable pull down to refresh

This commit is contained in:
M66B
2019-01-03 12:14:14 +01:00
parent a280d034ec
commit 558eec538f
5 changed files with 41 additions and 10 deletions

View File

@@ -42,7 +42,7 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc
private static String[] restart = new String[]{
"unified", "threading", "compact", "avatars", "identicons", "preview",
"browse", "actionbar", "autoclose", "confirm", "debug"
"pull", "actionbar", "autoclose", "confirm", "debug"
};
@Override