fossasia / susi_android

SUSI.AI Android App https://play.google.com/apps/testing/ai.susi
Apache License 2.0
2.42k stars 1.11k forks source link

fix: Search bar not closing on pressing android's back button #2460

Closed shashwatjolly closed 4 years ago

shashwatjolly commented 4 years ago

Fixes #2459

Changes: Added a key listener on the EditText for search bar to detect a back press and act accordingly.

Before: searchBackBug

Now: solvedSearchBackBug

ankushmundhra commented 4 years ago

@shashwatjolly is this issue solved? if not i would love to work on it.

iamareebjamal commented 4 years ago

This is a PR

ci-reporter[bot] commented 4 years ago

The build is failing

✨ Good work on this PR so far! ✨ Unfortunately, the Circle CI build is failing as of 4a25eb591499e17f34921580461c59e745693617. Here's the output:

Run Tests
> Task :assemble UP-TO-DATE

I'm sure you can fix it! If you need help, don't hesitate to ask a maintainer of the project!


Failed build for 4a25eb5 ##### `Run Tests` ``` > Task :assemble UP-TO-DATE ```

This comment was automagically generated by ci-reporter. If you see a problem, open an issue here.
shashwatjolly commented 4 years ago

@atm1504 What do I need to do to fix the CircleCI build?