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

Commit 30ed42bb authored by Guojing Yuan's avatar Guojing Yuan
Browse files

[CDM] Dismiss association dialog onDestroy rather than onStop.

Fix: 371556876
Flag: EXEMPT bugfix
Test: manual
Change-Id: Idc8fa869f6140c6ddab2b0fd84067e38feadf832
parent 3c0c6fed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -260,8 +260,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()) {