notify icon indicating copy to clipboard operation
notify copied to clipboard

PSA: You may need to add -keep class io.karn.notify.entities.*

Open NLLAPPS opened this issue 4 years ago • 0 comments

Just updated to Android Studio Bumblebee | 2021.1.1 Canary 3 Build #AI-211.7442.40.2111.7518594, built on July 2, 2021

And had to add

-keep class io.karn.notify.entities.*

to my proguard files

Without that line it ket crashing at payload.bubblize at NotificationInterop.kt

NLLAPPS avatar Jul 09 '21 08:07 NLLAPPS