mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-15 18:51:58 +00:00
>.>
This commit is contained in:
parent
b4c710f87b
commit
3c98f21889
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ open class ShopFragment : BaseMainFragment<FragmentRefreshRecyclerviewBinding>()
|
|||
val dialog = mainActivity?.let { InsufficientGemsDialog(it, 3) }
|
||||
dialog?.show()
|
||||
return@launch
|
||||
} else
|
||||
}
|
||||
if (user.flags?.classSelected == true && user.preferences?.disableClasses == false) {
|
||||
val alert = HabiticaAlertDialog(context)
|
||||
alert.setTitle(getString(R.string.change_class_selected_confirmation, classIdentifier))
|
||||
|
|
|
|||
Loading…
Reference in a new issue