Infomaniak / android-kDrive

https://play.google.com/store/apps/details?id=com.infomaniak.drive
GNU General Public License v3.0
102 stars 11 forks source link

Fix tab inserting the toString of objects instead of autocompletion when sharing folder #1316

Closed TommyDL-Infomaniak closed 4 months ago

TommyDL-Infomaniak commented 4 months ago

The problem is mostly solved, pressing tab will not insert the object toString anymore, but it will insert the current text, thus not changing anything. A consequence of this is that the UI is refreshed and the list of users that was displayed gets closed.

This is the best solution found that does not require a refactor of the MaterialAutoCompleteTextView.

TommyDL-Infomaniak commented 4 months ago

This creates a bug when you select a user then press enter

This has the same behavior as using tab.

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud