enviroCar / enviroCar-app

enviroCar Android Application
https://envirocar.org
GNU General Public License v3.0
88 stars 154 forks source link

Fix: Unnecessary Floating button blocking the input in add car window #622

Closed ritish099 closed 2 years ago

ritish099 commented 3 years ago

Issue Unnecessary and non-Functional Floating button blocking the input in add car window.

Solution Remove the Unnecessary and non-Functional Floating button

Screenshot

ritish099 commented 3 years ago

I will be working on this

arvindnegi1 commented 3 years ago

@ritish099 this whole view has been changed in gsoc2020, the branch has not been merged into develop yet.

SebaDro commented 2 years ago

FAB is still blocking the construction year input, when you try to open the dropdown list by clicking on the arrow for the first time. Any ideas on it @arvindnegi1?

Screenshot:

asaikarthikeya commented 2 years ago

@SebaDro I am not able to reproduce this sir. However i will make a PR now. Not sure but hope this fixes this issue.

arvindnegi1 commented 2 years ago

@SebaDro sorry sir i am not able to reproduce this. It can be because after the animation hide the FAB it still shown up in some devices. @asaikarthikeya has created PR for this.

SebaDro commented 2 years ago

Unfortunately, it does not fix the issue. In one of the two fragments (HSN/TSN or Attributes), click in the empty area where the FAB was located. This will let the FAB pop up again:

https://user-images.githubusercontent.com/18207870/124110299-5dcb7180-da68-11eb-8ad6-b7e2585c5cec.mp4

SebaDro commented 2 years ago

It can be because after the animation hide the FAB it still shown up in some devices.

Ok, that can be the reason, why it won't arise on your device. Any chance to fix this behaviour?

SebaDro commented 2 years ago

Fixed by #830