Revert "Skip restart on addresses option"

This reverts commit bc746223e1.
This commit is contained in:
M66B
2019-01-15 19:00:27 +00:00
parent ae38391652
commit 300295c1e1
2 changed files with 4 additions and 2 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",
"unified", "threading", "avatars", "identicons", "preview", "addresses",
"pull", "actionbar", "autoclose", "autonext", "confirm", "debug"
};