Amadeu Cavalcante Filho
Amadeu Cavalcante Filho
@mtnbarreto have you had the chance of checking anything? I couldn't find the origin of the issue :(
hi @mtnbarreto ! Have you had the chance of looking at this issue? I haven't 😢 I'll try to look at it next week, if you get some time we...
I tried ```swift for row in form.allRows { row.disabled = true } ``` however it didn't work
@mtnbarreto do you know why ``` for row in form.allRows { row.disabled = true } tableView.reloadData() ``` doing this doesn't work, however if I set the `row.disabled ` in the...
@mtnbarreto I made one workaround. first, I create an hidden `SwitchRow` ```
Found the problem. there is no version newer to 2.20.0 for `com.amazonaws:aws-android-sdk-cognito`
Found here https://repo1.maven.org/maven2/com/amazonaws/aws-android-sdk-cognito/
The cognito client was removed https://github.com/aws-amplify/aws-sdk-android/pull/2320
Thanks. On Thu, 15 Mar 2018 08:08 Pedro Sánchez, wrote: > This project is only a example to get stream. For now I have no plan to > extend functionality....