Loading packages/SystemUI/src/com/android/systemui/toast/SystemUIToast.java +1 −1 Original line number Diff line number Diff line Loading @@ -233,7 +233,7 @@ public class SystemUIToast implements ToastPlugin.Toast { return null; } final AppEntry appEntry = appState.getEntry(packageName, userId); if (appEntry.info == null if (appEntry == null || appEntry.info == null || !ApplicationsState.FILTER_DOWNLOADED_AND_LAUNCHER.filterApp(appEntry)) { return null; } Loading Loading
packages/SystemUI/src/com/android/systemui/toast/SystemUIToast.java +1 −1 Original line number Diff line number Diff line Loading @@ -233,7 +233,7 @@ public class SystemUIToast implements ToastPlugin.Toast { return null; } final AppEntry appEntry = appState.getEntry(packageName, userId); if (appEntry.info == null if (appEntry == null || appEntry.info == null || !ApplicationsState.FILTER_DOWNLOADED_AND_LAUNCHER.filterApp(appEntry)) { return null; } Loading