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

Commit 8a31f1ec authored by Sara Ting's avatar Sara Ting
Browse files

Fix up-back for Settings.

Bug:5092650
Change-Id: I68a793e5cd684fd5c0ff3b01ff2055ba3dab2082
parent 96d059fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ public class CalendarSettingsActivity extends PreferenceActivity {
    public boolean onOptionsItemSelected(MenuItem item) {
        switch (item.getItemId()) {
            case android.R.id.home:
                Utils.returnToCalendarHome(this);
                finish();
                return true;
            case R.id.action_add_account:
                Intent nextIntent = new Intent(Settings.ACTION_ADD_ACCOUNT);