1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-27 11:42:16 -05:00

remove redundant assignment to FolderSettings

removed null affectation because it’s done automatically
This commit is contained in:
Marine 2015-02-16 15:31:03 +01:00
parent 9bf546b33b
commit c4e202ecd9

View File

@ -67,7 +67,7 @@ public class FolderSettings extends K9PreferenceActivity {
}
boolean isPushCapable = false;
Store store = null;
Store store;
try {
store = mAccount.getRemoteStore();
isPushCapable = store.isPushCapable();