Merge "Revert "Show only listUIChanges instead of all"" into rvc-dev am: 95975931be

Change-Id: I5a5af738409ba0c73ea0062e0a973702baab7f03
This commit is contained in:
Anthony Stange
2020-03-18 21:56:30 +00:00
committed by Automerger Merge Worker
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ public class PlatformCompatDashboard extends DashboardFragment {
public void onActivityCreated(Bundle savedInstanceState) {
super.onActivityCreated(savedInstanceState);
try {
mChanges = getPlatformCompat().listUIChanges();
mChanges = getPlatformCompat().listAllChanges();
} catch (RemoteException e) {
throw new RuntimeException("Could not list changes!", e);
}