mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-03 07:53:37 +00:00
Fixed saving password on logging in unsecured mode
This commit is contained in:
@@ -96,7 +96,7 @@ public class MainActivity extends BaseActivity {
|
||||
initBottomSheet();
|
||||
initNavigation();
|
||||
|
||||
if (PreferenceUtil.getInstance(this).getToken() != null) {
|
||||
if (PreferenceUtil.getInstance(this).getToken() != null && PreferenceUtil.getInstance(this).getSalt() != null) {
|
||||
goFromLogin();
|
||||
} else {
|
||||
goToLogin();
|
||||
|
||||
Reference in New Issue
Block a user