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

Commit 98462f5f authored by Unknown's avatar Unknown
Browse files

Do not launch synchronizer

parent 2cbd92a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ public class FinishActivity extends BaseSetupWizardActivity {
        hasError = false;
        
        try {
            Intent intent = new Intent("io.eelo.drive.LAUNCHER"); // TODO static
            Intent intent = new Intent("xxx.io.eelo.drive.LAUNCHER"); // TODO static
            intent.putExtra("EELO_SETTINGS_LAUNCHER", "SETUP_WIZARD");
            
            startActivityForResult(intent, EELO_SYNCHRONIZER_REQUEST_CODE);