mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-18 11:49:01 +00:00
Remove the ability to tap off RYA
This commit is contained in:
parent
1850805910
commit
d5f4f5bbb6
1 changed files with 2 additions and 0 deletions
|
|
@ -175,6 +175,8 @@ class YesterdailyDialog private constructor(context: Context, private val userRe
|
|||
|
||||
private fun showDialog(activity: Activity, userRepository: UserRepository, taskRepository: TaskRepository, tasks: List<Task>) {
|
||||
val dialog = YesterdailyDialog(activity, userRepository, taskRepository, tasks)
|
||||
dialog.setCancelable(false)
|
||||
dialog.setCanceledOnTouchOutside(false)
|
||||
if (!activity.isFinishing) {
|
||||
dialog.show()
|
||||
isDisplaying = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue