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

Commit 15586e73 authored by Erik's avatar Erik
Browse files

b/5335419 Go up one level at a time

Change-Id: I5a6597896588a2ff8372b8b3877dc6f00abc074c
parent 4254f97e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -105,7 +105,9 @@ public class GroupDetailActivity extends ContactsActivity {

        @Override
        public void onContactSelected(Uri contactUri) {
            startActivity(new Intent(Intent.ACTION_VIEW, contactUri));
            Intent intent = new Intent(Intent.ACTION_VIEW, contactUri);
            intent.putExtra(ContactDetailActivity.INTENT_KEY_IGNORE_DEFAULT_UP_BEHAVIOR, true);
            startActivity(intent);
        }

    };