Skip restart on addresses option

This commit is contained in:
M66B
2019-01-15 18:03:08 +00:00
parent f7c5b07d3f
commit bc746223e1
2 changed files with 2 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc
private boolean contacts;
private static String[] SETTINGS_RESTART = new String[]{
"unified", "threading", "avatars", "identicons", "preview", "addresses",
"unified", "threading", "avatars", "identicons", "preview",
"pull", "actionbar", "autoclose", "autonext", "confirm", "debug"
};