Rahul Yadav
Results
2
issues of
Rahul Yadav
This PR fixes limits `maxLines` in [Stream's `AutoCompleteTextView`](https://github.com/zulip/zulip-android/blob/bc5a25f5ceea912f3ea7ea2b88f2e444b16ea87c/app/src/main/res/layout/chatbox.xml#L9) to `1`. - Without this property, `AutoCompleteTextView` can display multiple lines at a time and thus giving poor User experience. **Before** ...