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:
parent
9bf546b33b
commit
c4e202ecd9
@ -67,7 +67,7 @@ public class FolderSettings extends K9PreferenceActivity {
|
||||
}
|
||||
|
||||
boolean isPushCapable = false;
|
||||
Store store = null;
|
||||
Store store;
|
||||
try {
|
||||
store = mAccount.getRemoteStore();
|
||||
isPushCapable = store.isPushCapable();
|
||||
|
Loading…
Reference in New Issue
Block a user