stepstone-tech / android-material-app-rating

This library allows to use customized Rating Dialog inside applications.
Apache License 2.0
474 stars 86 forks source link

How to set dialog setCanceledOnTouchOutside #37

Closed quantran141 closed 6 years ago

quantran141 commented 6 years ago

Hi,

Do we have any function like setCanceledOnTouchOutside(false) or something like that ?

pglebocki commented 6 years ago

Hi @quantran141 , No, actually there is nothing like that, however it seems to be reasonable to have such method. We will consider to implement that in next release.

Best regards, Piotr

pglebocki commented 6 years ago

Release 2.3.0 available It has new api for handling cancelation

quantran141 commented 6 years ago

awesome, thanks Piotr