Cristopher Oyarzún

Results 5 issues of Cristopher Oyarzún

Hi, When I press the backspace in the keyboard, in Ginger and ICS works fine, but in Jelly I have to delete character by character all the word, what should...

Hi, I have a problem when I set: android:inputType="textEmailAddress" to the ChipsMultiAutoCompleteTextview. When I do that, I can't make it multiline. I try with all these properties: android:lines="20" android:ems="10" android:scrollHorizontally="false"...

I was trying to disable the tabs, using the setEnable(false), but it doesn't work. Is there a way to disable the tabs? I'm doing an animation and I need to...

Hi, I receive this crash from crittercism. The only information that I have is that the activity eu.janmuller.android.simplecropimage.CropImage was open when the crash happens. It has occur only one time,...

These are the only two functions inside com.pusher.chatkit.CurrentUser that use Futures.schedule. Why? ``` fun setReadCursor(room: Room, position: Int) { Futures.schedule { syncCurrentUser.setReadCursor(room.id, position) } } fun setReadCursor(roomId: String, position: Int)...