mirror of
https://github.com/moparisthebest/k-9
synced 2024-10-31 15:45:08 -04:00
formatting
This commit is contained in:
parent
583a637d79
commit
1a706c3113
@ -251,7 +251,7 @@ public class AccountSetupIncoming extends K9Activity implements OnClickListener
|
|||||||
if (webDavSettings.mailboxPath != null) {
|
if (webDavSettings.mailboxPath != null) {
|
||||||
mWebdavMailboxPathView.setText(webDavSettings.mailboxPath);
|
mWebdavMailboxPathView.setText(webDavSettings.mailboxPath);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
throw new Exception("Unknown account type: " + mAccount.getStoreUri());
|
throw new Exception("Unknown account type: " + mAccount.getStoreUri());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user