Remove log statement
This commit is contained in:
@@ -13,7 +13,6 @@ class NotificationShadeController(
|
|||||||
) {
|
) {
|
||||||
@SuppressLint("WrongConstant")
|
@SuppressLint("WrongConstant")
|
||||||
fun expandNotifications() {
|
fun expandNotifications() {
|
||||||
Log.e("MM20", "pull down")
|
|
||||||
try {
|
try {
|
||||||
val statusBarService = context.getSystemService("statusbar")
|
val statusBarService = context.getSystemService("statusbar")
|
||||||
Class.forName("android.app.StatusBarManager")
|
Class.forName("android.app.StatusBarManager")
|
||||||
|
|||||||
Reference in New Issue
Block a user