Patches

Results 8 comments of Patches

@Janart08 Since ActiveAndroid and Ollie are not up-kept and both repositories seem to be stale, I ended up moving to `Room` and Google components.

Do you need to provide the FAB for the view of the Snackbar or is CoordinatorLayout sufficient? I'm seeing this issue as well

Just wanted to acknowledge this ticket since it's been a while since I've been able to respond and work on WiseFy...I will look into live updates, but my concern is...

Hi there, I apologize for the late response here. To connect to a network, we only need the SSID to build the network connection request and/or get the network id...

👋🏽 Hi again. Apologies for the delay. I updated the plugin to the latest version from the marketplace: It seems there is still a hiccup. I updated my config to...

👋🏽 Apologies for the delay. I am able to assist now. My settings.gradle looks like this: ```kotlin rootProject.name = "android-mypackage" include(":buildsrc") include(":app") include(":appfeatures:module1") include(":appfeatures:module2") ``` and my project structure is...

@DanielJette Your sample app just worked. I tried various adjustments attempting to get it to break in the same way, such as: - Matching AGP (I was using 8.0.0, but...

@LJOSS Thanks for the feedback! I will keep this issue open until I have a chance to investigate. Unfortunately, I have not been able to do much active work on...