Steven Mulder

Results 3 comments of Steven Mulder

I don't think there is an easy solution for this. Highlighting submenu items is one of the open issues in the current version of the NavigationView, as I also mentioned...

We ended up removing the `koin-androidx-workmanager` library completely and made our workers `KoinComponents` so they can get or inject their dependencies when they actually do the work. ```kotlin class MyWorker(...

That is a big project to quickly check for the setup! 😄 Are you talking about the way you manually trigger the SyncWorker in the app's Application [right here](https://github.com/InsertKoinIO/nowinandroid/blob/refacto_koin/end/app/src/main/java/com/google/samples/apps/nowinandroid/NiaApplication.kt#L46)? I...