Merge "Refine update process for restrict tip." into pi-dev

am: 018548b320

Change-Id: I947eac4e04f049dda27a306427a9bf70412527fc
This commit is contained in:
Lei Yu
2018-05-18 19:02:55 -07:00
committed by android-build-merger
2 changed files with 14 additions and 4 deletions

View File

@@ -103,6 +103,7 @@ public class RestrictAppTip extends BatteryTip {
} else {
mState = tip.getState();
mShowDialog = tip.shouldShowDialog();
mRestrictAppList = ((RestrictAppTip) tip).mRestrictAppList;
}
}