Skip to content

Fix/pincode rx crash#533

Open
InnoLuke wants to merge 2 commits intoResearchStack:masterfrom
Innovattic:fix/pincode-rx-crash
Open

Fix/pincode rx crash#533
InnoLuke wants to merge 2 commits intoResearchStack:masterfrom
Innovattic:fix/pincode-rx-crash

Conversation

@InnoLuke
Copy link

Workaround a platform bug associated with RxBinding, by not using RxBinding: (JakeWharton/RxBinding#192)

Motivation:

We were collecting many crash reports from the pincode screen. After research, it appears that the cause comes from RxTextView.textChanges, which is affected by an unfixed platform bug in Android. As a workaround, I've simply replaced textChanges with an old-school custom TextWatcher

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant