Merge "Fix bugs in auto restriction." into pi-dev am: f6e2c19fcc
am: a9e4d4a42a
Change-Id: If82969696eb492ea3875a0e0fb92f038024f00f9
This commit is contained in:
@@ -73,7 +73,7 @@ public class SmartBatterySettings extends DashboardFragment {
|
||||
controllers.add(new SmartBatteryPreferenceController(context));
|
||||
if (settingsActivity != null && fragment != null) {
|
||||
controllers.add(
|
||||
new RestrictAppPreferenceController(settingsActivity, fragment));
|
||||
new RestrictAppPreferenceController(fragment));
|
||||
} else {
|
||||
controllers.add(new RestrictAppPreferenceController(context));
|
||||
}
|
||||
|
Reference in New Issue
Block a user