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

Commit b44f6299 authored by Guojing Yuan's avatar Guojing Yuan Committed by Android (Google) Code Review
Browse files

Merge "[CDM] Dismiss association dialog onDestroy rather than onStop." into main

parents 1ebfc0d8 30ed42bb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -263,8 +263,8 @@ public class CompanionAssociationActivity extends FragmentActivity implements
    }

    @Override
    protected void onStop() {
        super.onStop();
    protected void onDestroy() {
        super.onDestroy();

        // TODO: handle config changes without cancelling.
        if (!isDone()) {