Dawid Hyży

Results 12 comments of Dawid Hyży

You can add to integer resources value with the position. LTR languages: ``` 0 ``` RTL languages: ``` 1 ``` then in FloatingActionMenu: `app:menu_labels_position="@integer/fab_menu_position"`

@mehulTank what you mean by parametrically?

Is there any way to use constructor injection?

@AlexanderEggers did this help you? I still get `java.lang.NoSuchMethodError: No virtual method getEventListenerFactory$okhttp()Lokhttp3/EventListener$Factory; in class Lokhttp3/OkHttpClient$Builder; or its super classes` when `OkHttpClient.Builder().build()` is called.

Sure! We have a single Activity with default launch options. // Manifest ```xml ``` // UI ```kotlin @Composable internal fun LoginScreen( state: LoginUiState, navigateBack: () -> Unit, modifier: Modifier =...

Sorry for the delay but I was away for the holidays. The provider is used to support legacy service users. This setup works on other platforms: iOS & web and...

@tylerjroach downgrading `amplify-android` didn't fix the issue so I pulled a commit where it worked. I found that at that point we were missing `SignInRedirectURI` & `SignOutRedirectURI` in the configuration....