Merge "Fix incorrect app count displayed under special app access" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-04-17 10:07:21 +00:00
committed by Android (Google) Code Review

View File

@@ -144,10 +144,11 @@ public class SpecialAppAccessPreferenceController extends BasePreferenceControll
@Override
public void onLauncherInfoChanged() {
// when the value of the AppEntry.hasLauncherEntry was changed.
updateSummary();
}
@Override
public void onLoadEntriesCompleted() {
}
}