show Later instead of Cancel at the rating prompt
This commit is contained in:
parent
c9e4b8ca14
commit
ab02ceb33c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class RateStarsDialog(val activity: Activity) {
|
|||
}
|
||||
|
||||
dialog = AlertDialog.Builder(activity)
|
||||
.setNegativeButton(R.string.cancel) { dialog, which -> dialogCancelled(false) }
|
||||
.setNegativeButton(R.string.later) { dialog, which -> dialogCancelled(false) }
|
||||
.setOnCancelListener { dialogCancelled(false) }
|
||||
.create().apply {
|
||||
activity.setupDialogStuff(view, this, cancelOnTouchOutside = false)
|
||||
|
|
Loading…
Reference in a new issue