Skip to content

fix: fixed drawer not showing anymore when tapping on fab - #746

Merged
spacecowboy merged 1 commit into
spacecowboy:masterfrom
Matth7878:patch-1
May 11, 2025
Merged

spacecowboy merged 1 commit into
spacecowboy:masterfrom
Matth7878:patch-1

Conversation

@Matth7878

@Matth7878 Matth7878 commented May 11, 2025

Copy link
Copy Markdown
Contributor

I tried to take a look about issue #662 because it's super annoying after it has been working that it's not anymore.

Between 2.10.0 (not working) and 2.9.2 (working) only one commit has been made. (#647 feat: added a search function) I tried to look at what has been done and found that searchBarVisible and repository.search has been added as params 23 and 24 offsetting other ones by 2.

Later on isOpenDrawerOnFab is set incorrectly with param 26 instead of 27. My PR correct it but I don't know if there is other changes to do. Please be indulgent with my PR and let me know if it's not ok how I should have done it. I am not a real developer, don't know kotlin / java and I have no environment for it. I edited directly the file on github and didn't have a build to test the fix. :-/

Fix #662

I tried to take a look about issue spacecowboy#662 because it's super annoying after it has been working that it's not anymore.

Since there was only one commit between 2.10.0 (not working) and 2.9.2 (working) only one commit has been made. (spacecowboy#647 feat: added a search function) I tried to look at what has been done and found that searchBarVisible and repository.search has been added as params 23 and 24 offsetting other ones to 2. 

Later on isOpenDrawerOnFab is set incorrectly with param 26 instead of 27. My PR correct it but I don't know it there is other changes to do.
Please be indulgent with my PR and let me know if it's not ok how I should have done it. I am not a real developer, don't know kotlin / java and I have no environment for it. I edited directly the file on github. :-/

Fix spacecowboy#662
@Matth7878

Copy link
Copy Markdown
Contributor Author

As a side not it's also why it was still working when syncing. Param 26 is about wether syncing is currently happening.

@spacecowboy spacecowboy changed the title Fix drawer not showing anymore when tapping on fab fix: fixed drawer not showing anymore when tapping on fab May 11, 2025
@spacecowboy

Copy link
Copy Markdown
Owner

Thanks a lot @Matth7878 !

@spacecowboy
spacecowboy merged commit 2d13d80 into spacecowboy:master May 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show feeds drawer after mark all read not working anymore

2 participants