Fix peak theme expand color

This commit is contained in:
h4h13 2019-10-30 20:35:19 +05:30
parent a4c3e46e85
commit 11e988fa80
6 changed files with 152 additions and 131 deletions

View file

@ -63,7 +63,7 @@ class MainSettingsFragment : Fragment(), View.OnClickListener {
aboutSettings.setOnClickListener(this)
buyProContainer.apply {
if (App.isProVersion()) show() else hide()
if (!App.isProVersion()) show() else hide()
setOnClickListener {
NavigationUtil.goToProVersion(requireContext())
}