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

Commit 8f61c7e8 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am b129e946: am a6f387a0: Merge "Don\'t handle click if the resolver is...

am b129e946: am a6f387a0: Merge "Don\'t handle click if the resolver is already finishing." into klp-dev

* commit 'b129e946':
  Don't handle click if the resolver is already finishing.
parents b5a14f0f b129e946
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -280,6 +280,9 @@ public class ResolverActivity extends AlertActivity implements AdapterView.OnIte
    }

    void startSelected(int which, boolean always) {
        if (isFinishing()) {
            return;
        }
        ResolveInfo ri = mAdapter.resolveInfoForPosition(which);
        Intent intent = mAdapter.intentForPosition(which);
        onIntentSelected(ri, intent, always);