Double login fixed

This commit is contained in:
Caesar2011
2019-02-03 20:25:01 +01:00
parent 79f76ccefa
commit 0f6a11cf5f

View File

@@ -73,6 +73,7 @@ public class Login extends HTTPService {
mTokenBB.delete(mListener.getAccountManager());
}
mTokenKVV = null;
mTokenBB = null;
return handleCallbacks(false);
}