# Version 3/4 or 5?? NoteMe update

After launching version 2, I found a terrible BugSSSSSs!!

After searching the note from the text field, the user does a swap left action. It pops up the Animation Dialog, but the user is unable to press anything but to return a null error.

Solution: Debugging the task step by step to find where is the problem happening.

Found out that when TextField is active, the notes are null unless I disable the TextField. After some thinking, I did a method that is when the TextField is active and with text, then the user clicks other places. TextField will unfocus it. This works on the onLongpress and tab event. But the dismissible function is not working. The bug still happens ~~~~~~ T.T At the same time I have the problem that the user needs to click twice to view the note description. Usually just need one click. Bad UX, bad bad bad.

I believe that, when this door is closed, another door will open. All of a sudden I thought maybe I can add an overlay to the notes area to disable the Notes, at the same time user tapped on the overlay to activate the notes. Then another click is open the note description. (Such a relief)

Some changes are made in UX UI and launch my version 3/4 or 5? I guess I messed up with the launching number. Anywhere, we assume this is version 5.

1) Animated Icon for swap edit and delete icon to create more UX.

2) Remove the card to make it better at UI

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1681725649320/4ac2e3df-664b-4e8e-a266-271967f64d28.png align="center")

After launching this version, I found an interface issue immediately. The space between the app bar and the search box has a tiny line. It's not obvious, but it's too annoying to me.

Update next round~~~~~ cheers!
