Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid the overlapping of two toasts #20

Open
GrazianoCapelli opened this issue Feb 26, 2022 · 4 comments
Open

Avoid the overlapping of two toasts #20

GrazianoCapelli opened this issue Feb 26, 2022 · 4 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers like to implement We want to add the feature in the next releases

Comments

@GrazianoCapelli
Copy link
Member

In camera mode, if the phone is not in vertical position, the app shows a toast that informs the user that the device should be placed in vertical position.
If the user clicks the 'back" button, the app shows another toast with the message "click BACK again to exit", but it is not visible because the previous toast is over it

photo_2022-02-26_23-32-20

The first toast should be hidden when the second one is shown and, in case the user doesn't click BACK again, the first toast should return visible again.

@GrazianoCapelli GrazianoCapelli added bug Something isn't working good first issue Good for newcomers labels Feb 26, 2022
@GrazianoCapelli GrazianoCapelli modified the milestones: v1.2.0, v1.2.1 Feb 26, 2022
@GrazianoCapelli GrazianoCapelli removed this from the v1.2.1 milestone Sep 12, 2022
@Jenish-1235
Copy link

Hello, I think I can fix this issue, could you let me know the status of this issue.

@GrazianoCapelli
Copy link
Member Author

Hello, this issue is still pending, if you are interested I can assign it to you.

PS: please note that we are not using a normal Toast widget, but we use a custom one.

@GrazianoCapelli GrazianoCapelli added the like to implement We want to add the feature in the next releases label Sep 29, 2024
@Jenish-1235
Copy link

Sure, let me have a look at it.
I can definitely work around that.

@Jenish-1235
Copy link

I fixed overlapping of toasts mentioned in this issue and made a pr , do have a look at that and link my pr to issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers like to implement We want to add the feature in the next releases
Projects
None yet
Development

No branches or pull requests

2 participants