Fix build
This commit is contained in:
parent
7f611deef4
commit
7f33e36cc4
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
package dev.lucasnlm.antimine.common.level.models
|
||||
|
||||
import dev.lucasnlm.antimine.core.models.Score
|
||||
|
||||
sealed class Status {
|
||||
object PreGame : Status()
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@ class SupportAppDialogFragment : AppCompatDialogFragment() {
|
|||
|
||||
unlockMessage =
|
||||
(arguments?.getString(UNLOCK_LABEL) ?: savedInstanceState?.getString(UNLOCK_LABEL))
|
||||
?: getString(R.string.support_action)
|
||||
?: getString(R.string.support_action)
|
||||
targetThemeId =
|
||||
(arguments?.getLong(TARGET_THEME_ID, -1L)) ?: -1L
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue