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

Commit f698f7f5 authored by Erik's avatar Erik Committed by Android (Google) Code Review
Browse files

Merge "b/5335419 Go up one level at a time"

parents 5615dcc1 15586e73
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);
        }

    };