mWaitingForOpId = savedInstanceState.getLong(KEY_WAITING_FOR_OP_ID);\r
mIsFirstAuthAttempt = savedInstanceState.getBoolean(KEY_AUTH_IS_FIRST_ATTEMPT_TAG);\r
}\r
-\r
-\r
\r
/// load user interface\r
setContentView(R.layout.account_setup);\r
*/\r
private void updateAccountAuthentication() throws AccountNotFoundException {\r
\r
- OwnCloudClientManagerFactory.getDefaultSingleton().removeClientFor(\r
- new OwnCloudAccount(mAccount, this)\r
- );\r
+// OwnCloudClientManagerFactory.getDefaultSingleton().removeClientFor(\r
+// new OwnCloudAccount(mAccount, this)\r
+// );\r
\r
Bundle response = new Bundle();\r
response.putString(AccountManager.KEY_ACCOUNT_NAME, mAccount.name);\r
/**\r
* Updates the content and visibility state of the icon and text associated\r
* to the last check on the ownCloud server.\r
+ *\r
*/\r
private void showServerStatus() {\r
if (mServerStatusIcon == 0 && mServerStatusText == 0) {\r