Merge "Show only listUIChanges instead of all" into rvc-dev am: 550a0459f2

Change-Id: I7aee0a9989d928d787288603abe5bcc043c648ad
This commit is contained in:
Anna Trostanetski
2020-03-19 14:53:50 +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().listAllChanges();
mChanges = getPlatformCompat().listUIChanges();
} catch (RemoteException e) {
throw new RuntimeException("Could not list changes!", e);
}