Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db5d3dc0 authored by Amit Kumar's avatar Amit Kumar
Browse files

Fix #151 : NPE when clicking on shortcut icons in Nougat

parent f34b6b72
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -382,6 +382,7 @@ public class AppProvider {
        shortcutItem.container = databaseItem.container;
        shortcutItem.screenId = databaseItem.screenId;
        shortcutItem.cell = databaseItem.cell;
        shortcutItem.user = new UserHandle();
        return shortcutItem;
    }