-
I am getting `SavedStateViewModelFactory constructed with empty constructor supports only calls to create(modelClass: Class, extras: CreationExtras)` errors when `createBiometricPrompt()` is called in…
-
PICO Park will open with a black screen and then close in ~1 second on my machine (all machines?). This is well documented on Proton DB. I did some fishign around and found this thread with the develo…
-
Let's assume I have a service that is automatically started at the app startup and it is required by some third party library.
This service needs some fields to be injected in the `onCreate` method.
…
-
Dagger-Hiltを導入予定
-
https://developer.android.com/training/dependency-injection/hilt-jetpack
https://developer.android.com/jetpack/compose
dbrgn updated
2 years ago
-
I found "**This field leaks a context object**" whan I try to Inject Contecxt into ViewModel (Code Below)
How can this be safely done? There is many functions in Kotlin/Android that does need Context…
-
### What
- Screenshots tests are failing
### Part of
- #4167
### Logs/Stacktrace
- [ ] https://github.com/openfoodfacts/openfoodfacts-androidapp/blob/develop/app/src/androidTestScreenshots/j…
-
-
Since updating from `2.38.1` to `2.41` i'm getting the following build error:
```
error: [Hilt]
class java.lang.NullPointerException: java.lang.NullPointerException
at dagger.hilt.android.sha…
-
I'm using a third-party library that has some custom view implementations. In the implementation, they call `Utils.showSoftKeyboard(context as Activity)`. This, along with using the fragment as an `@A…