Grigore Cristian-Andrei

Results 4 issues of Grigore Cristian-Andrei

How can we use `DataBindingIdlingResource` and also use `launchFragmentInHiltContainer`? `launchFragmentInHiltContainer` is not returning anything. However, I've modified it like this: ``` inline fun launchFragmentInHiltContainer( fragmentArgs: Bundle? = null, @StyleRes themeResId:...

`ScanningActivity` is showing paired devices even if they are not available. I guess paired devices should not be added by default when `onDiscoveryStarted` is called.

I'm trying to inject `SavedStateHandle`. I am using Koin, Jetpack Compose and Navigation. I've managed to make it work, but I think it's not the right instance (I don't get...

android
type:issue
status:checking
compose

When the input is 3 char long (example: "123") you cannot add a decimal separator (dot). I fixed my code by changing [line 281](https://github.com/yigitserin/CurrencyEditText/blob/master/currencyedittext/src/main/java/com/yigitserin/currencyedittext/CurrencyEditText.java#L281) to ` if (parts.length > 1)...