Gabriel Aguirre

Results 7 comments of Gabriel Aguirre

Hi, you can add this to your **strings.xml** files to translate the cropping title. `Edit Photo` For the picker dialog you can override strings in this [file](https://github.com/Dhaval2404/ImagePicker/blob/master/imagepicker/src/main/res/values/strings.xml). Just add the...

I just reproduced it using`v2.23.1`. I've found [this article ](https://video-api.support.vonage.com/hc/en-us/articles/360029411752-Handling-Reconnection-and-Network-Migration-on-Mobile-Devices) and after reading it I'm not sure if this is a bug or intended behavior.

There's a temporary [fix](https://github.com/natintosh/intl_phone_number_input/issues/155#issuecomment-753009509) TL;DR: Just make final field holding the initial value: `final _initialPhone = PhoneNumber(isoCode: "PA");` and use it like this: `InternationalPhoneNumberInput(initialValue: _initialPhone)` DO NOT: ` InternationalPhoneNumberInput(initialValue: PhoneNumber(isoCode:...

I have the same concerns as well. I've been looking at the source code and I cannot find a close() call when the doing a queryAll() for example. https://github.com/vicpinm/Kotlin-Realm-Extensions/blob/b313cbbbc72b65008d38f7f1044ad25b45ca6a43/library-base/src/main/java/com/vicpin/krealmextensions/RealmExtensions.kt#L38-L53 https://github.com/vicpinm/Kotlin-Realm-Extensions/blob/b313cbbbc72b65008d38f7f1044ad25b45ca6a43/library-base/src/main/java/com/vicpin/krealmextensions/RealmConfigStore.kt#L59-L81...

@goncalocostamendes Hey, I re-tested this issue using the Basic-Video-Chat-Kotlin example from this repo and I've found that after switching from Data to WiFi: - The mobile client square hangs for...

These are the logs that I've got. There were a lot of text, I'm not sure if I've got it right. [logs.txt](https://github.com/opentok/opentok-android-sdk-samples/files/12480456/logs.txt)

Yes. Here is an example: https://github.com/gab07/opentok-react-native/blob/uvc-camera-update/android/src/main/kotlin/UvcVideoCapturer.kt