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

Commit d76fa360 authored by Pinyao Ting's avatar Pinyao Ting Committed by Android (Google) Code Review
Browse files

Merge "Deference mAppPredictor on destroy" into rvc-dev

parents 6f64b303 023c4e92
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -917,6 +917,7 @@ public class ChooserListAdapter extends ResolverListAdapter {
        if (getAppPredictor() != null) {
            getAppPredictor().unregisterPredictionUpdates(mAppPredictorCallback);
            getAppPredictor().destroy();
            setAppPredictor(null);
        }
    }