Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2d74879 authored by Stephen Bird's avatar Stephen Bird
Browse files

Login: add new task flag

Change-Id: I3f1217483741f13a72a96a88874c4b331d7e5436
parent b3a41f1c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -586,6 +586,7 @@ public final class StorageProviderUtils {
     */
    public static void loadProviderLogin(Context ctx) {
        Intent settingsIntent = new Intent(CLOUD_STORAGE_LOGIN);
        settingsIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
        ctx.startActivity(settingsIntent);
    }
}