Remove log statement
This commit is contained in:
parent
7c208644c8
commit
9134085088
@ -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")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user