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

This commit is contained in:
TreeHugger Robot
2018-05-19 01:55:05 +00:00
committed by Android (Google) Code Review
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;
}
}