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

Commit f1308ceb authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Fix ActivityNotFound crash"

parents 016b8efa 2e045050
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -416,7 +416,12 @@ public class QuickContactActivity extends ContactsActivity {
            getWindow().setDimAmount(mWindowScrim.getAlpha() / DEFAULT_SCRIM_ALPHA);

            mHasIntentLaunched = true;
            try {
                startActivity(intent);
            } catch (ActivityNotFoundException ex) {
                Toast.makeText(QuickContactActivity.this, R.string.missing_app,
                        Toast.LENGTH_SHORT).show();
            }
        }
    };