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

Make bottom sheet fragment not dismiss when user touches outside the dialog #2

Open
raheemadamboev opened this issue Oct 28, 2020 · 4 comments
Assignees

Comments

@raheemadamboev
Copy link

Please enable making bottomsheet full screen or not dismiss when user touches outside the dialog. Because if user accidentally touch outside the dialog bottomsheet dismisses and data lost.

@Islomov49
Copy link
Member

ClickMerchant.init(supportFragmentManager, config,
new ClickMerchantListener {
@OverRide
void onRequestIdGet(String requestId) {

            }

            @Override 
            void onFailure() {
   
            }

            @Override
            void onSuccess(Long paymentId) {

            }
            
            @Override
            void onInvoiceCancelled() {

            }
            
        }

)

@Islomov49
Copy link
Member

Islomov49 commented Oct 28, 2020

you must temporarily save the requestId, if you give the same requestId before reopening, then it will continue where it left off. An example Project you can see how to do it

@Islomov49
Copy link
Member

Ok, let's add that soon. It will be possible to customize

@raheemadamboev
Copy link
Author

you must temporarily save the requestId, if you give the same requestId before reopening, then it will continue where it left off. An example Project you can see how to do it

Thanks now I understand and I did it too

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

No branches or pull requests

3 participants