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

Commit a445be89 authored by Gary Mai's avatar Gary Mai Committed by android-build-merger
Browse files

Let user immediately save to device account when no accounts exist

am: 7826cb2f

Change-Id: Ie5c62f9f8bfb5de1eea771259cdc3f678361fd2c
parents 905af5cd 7826cb2f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -192,8 +192,7 @@ public class ContactEditorAccountsChangedActivity extends Activity
                public void onClick(View v) {
                    // Remember that the user wants to create local contacts, so the user is not
                    // prompted again with this activity.
                    mEditorUtils.saveDefaultAccount(AccountWithDataSet.getNullAccount());
                    setResult(RESULT_OK);
                    saveAccountAndReturnResult(AccountWithDataSet.getNullAccount());
                    finish();
                }
            });