mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-21 21:29:00 +00:00
Merge branch 'develop' of https://github.com/HabitRPG/habitica-android into develop
This commit is contained in:
commit
9e9e5bcadb
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