From 913408508817f0a1f8183071ce8100a3b122105a Mon Sep 17 00:00:00 2001 From: MM20 <15646950+MM2-0@users.noreply.github.com> Date: Fri, 2 Sep 2022 17:06:17 +0200 Subject: [PATCH] Remove log statement --- .../de/mm20/launcher2/ui/utils/NotificationShadeController.kt | 1 - 1 file changed, 1 deletion(-) 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")