This commit is contained in:
Lucas Lima 2020-10-12 08:14:43 -03:00
parent 425c8b494b
commit e2cbb287cc
No known key found for this signature in database
GPG key ID: 049CCC5A365B00D2
2 changed files with 4 additions and 2 deletions

View file

@ -34,7 +34,9 @@ class CloudSaveManager(
CloudSave(
playId = playerId,
completeTutorial = if (preferencesRepository.isTutorialCompleted()) 1 else 0,
selectedTheme = preferencesRepository.themeId().toInt(),
selectedTheme = if (preferencesRepository.isPremiumEnabled()) 3.coerceAtLeast(
preferencesRepository.themeId().toInt()
) else 0,
squareRadius = preferencesRepository.squareRadius(),
squareSize = preferencesRepository.squareSizeMultiplier(),
touchTiming = preferencesRepository.customLongPressTimeout().toInt(),

View file

@ -64,7 +64,7 @@ class SupportAppDialogFragment : AppCompatDialogFragment() {
}
val unlockMessage = context.getString(R.string.try_it)
setNeutralButton("$unlockMessage \uD83C\uDF9E") { _, _ ->
setPositiveButton("$unlockMessage \uD83C\uDF9E") { _, _ ->
activity?.let {
if (!it.isFinishing) {
adsManager.requestRewarded(