Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 451 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 451 Bytes

FixUnhandledEvent

Fix bug for

java.lang.ClassNotFoundException: android.view.View$OnUnhandledKeyEventListener

How to use

   implementation 'com.android.support:appcompat-v7:28.0.0'
   implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
   debugImplementation 'com.github.DonaldDu:FixUnhandledEvent:1.0'