Closed mariciv closed 5 years ago
Currently, it is neccessary to also add implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0' depndecy to an AndroidX project.
Without the dependency, DB inspector can't resolve LocalBroadcastManager and this will cause a crash when you try to access your DB.
Fixed in version 4.0.0 which was just published, thanks for the bug report!
Currently, it is neccessary to also add implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0' depndecy to an AndroidX project.
Without the dependency, DB inspector can't resolve LocalBroadcastManager and this will cause a crash when you try to access your DB.