mirror of
https://framagit.org/tom79/fedilab-tube
synced 2025-06-05 21:09:11 +02:00
Prepare release 1.1.0
This commit is contained in:
@ -648,7 +648,7 @@ public class Helper {
|
||||
editor.putString(PREF_INSTANCE, null);
|
||||
editor.putString(ID, null);
|
||||
editor.apply();
|
||||
Intent loginActivity = new Intent(activity, LoginActivity.class);
|
||||
Intent loginActivity = new Intent(activity, MainActivity.class);
|
||||
activity.startActivity(loginActivity);
|
||||
activity.finish();
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user