-
Notifications
You must be signed in to change notification settings - Fork 633
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
It's showing behind the BottomSheetDialogFragment. How I can solve this problem? Please help.. #250
Comments
Is there a solution to show on top of bottom sheet dialog fragment |
Hey @parmarravi @soantrinh-diag, could you please confirm the version of Alerter you are using, and provide a code snippet of how you are calling the Alerter please. |
Its 7.0.0
|
Hey @parmarravi, could you provide a code snippet also please? I recommend you read our contributing document where we outline how to log issues - https://github.com/Tapadoo/Alerter/blob/master/CONTRIBUTING.md. |
@kpmmmurphy @parmarravi I also have this problem with showing alerter inside a botthomSheetDialogFragment. it's not in focus and it seems that it shows the top of behind activity/fragment. on lates version 7.2.4 |
@kpmmmurphy @parmarravi I found how it was wrong. I was using Alerter.create(activity ) instead of Alerter.creat(dialog). now the problem is solved. Thanks! |
@mohammadrezaberenji, I am facing the same issue. Can you share your implementation? |
@sudarshaana you must use the 7.2.4 version of Alerter. and if you want to use it in dialog pass the dialog reference into constructor. see this : Gradle :
|
No description provided.
The text was updated successfully, but these errors were encountered: