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

Commit a0166b58 authored by Christopher Tate's avatar Christopher Tate Committed by Gerrit Code Review
Browse files

Merge "Activity chooser "Always" button is not working"

parents fc1ffe89 e88b042d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -484,8 +484,7 @@ public class ResolverActivity extends AlertActivity implements AdapterView.OnIte

            mList.clear();
            if (mBaseResolveList != null) {
                currentResolveList = mBaseResolveList;
                mOrigResolveList = null;
                currentResolveList = mOrigResolveList = mBaseResolveList;
            } else {
                currentResolveList = mOrigResolveList = mPm.queryIntentActivities(
                        mIntent, PackageManager.MATCH_DEFAULT_ONLY