diff --git a/ui/src/main/java/de/mm20/launcher2/ui/utils/NotificationShadeController.kt b/ui/src/main/java/de/mm20/launcher2/ui/utils/NotificationShadeController.kt index 4bb53f36..cbd0d8ef 100644 --- a/ui/src/main/java/de/mm20/launcher2/ui/utils/NotificationShadeController.kt +++ b/ui/src/main/java/de/mm20/launcher2/ui/utils/NotificationShadeController.kt @@ -13,7 +13,6 @@ class NotificationShadeController( ) { @SuppressLint("WrongConstant") fun expandNotifications() { - Log.e("MM20", "pull down") try { val statusBarService = context.getSystemService("statusbar") Class.forName("android.app.StatusBarManager")