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

Commit 0db053a3 authored by Sudheer Shanka's avatar Sudheer Shanka Committed by Android (Google) Code Review
Browse files

Merge "Clear leftover state between resolving calls."

parents 98dd474f 7e64e109
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -841,6 +841,8 @@ public class ResolverActivity extends Activity implements AdapterView.OnItemClic
                Log.d(TAG, "Error calling setLastChosenActivity\n" + re);
                Log.d(TAG, "Error calling setLastChosenActivity\n" + re);
            }
            }


            // Clear the value of mOtherProfile from previous call.
            mOtherProfile = null;
            mList.clear();
            mList.clear();
            if (mBaseResolveList != null) {
            if (mBaseResolveList != null) {
                currentResolveList = mOrigResolveList = mBaseResolveList;
                currentResolveList = mOrigResolveList = mBaseResolveList;