Commit 99da92a7 authored by Grigory Fedorov's avatar Grigory Fedorov

Account registration uncommented (was commented by mistake).

parent db445a5b
...@@ -297,7 +297,7 @@ public class AccountManager implements OnLoadListener, OnWipeListener { ...@@ -297,7 +297,7 @@ public class AccountManager implements OnLoadListener, OnWipeListener {
if (registerNewAccount) { if (registerNewAccount) {
// TODO: attempt to register account, if that fails return null; // TODO: attempt to register account, if that fails return null;
// accountItem.registerAccount(); accountItem.registerAccount();
// return(null); // return(null);
} }
requestToWriteAccount(accountItem); requestToWriteAccount(accountItem);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment