Skip to content

Commit 3a8b31f

Browse files
committed
Add insets to the Cryptomator variants hint
1 parent 8d5d32c commit 3a8b31f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

presentation/src/main/java/org/cryptomator/presentation/ui/activity/CryptomatorVariantsActivity.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import org.cryptomator.presentation.R
55
import org.cryptomator.presentation.databinding.ActivityCryptomatorVariantsBinding
66
import org.cryptomator.presentation.presenter.CryptomatorVariantsPresenter
77
import org.cryptomator.presentation.ui.activity.view.CryptomatorVariantsView
8+
import org.cryptomator.presentation.ui.layout.applySystemBarsPadding
89
import javax.inject.Inject
910

1011
@Activity
@@ -37,6 +38,7 @@ class CryptomatorVariantsActivity : BaseActivity<ActivityCryptomatorVariantsBind
3738
binding.btnInstallWebsiteVariant.setOnClickListener {
3839
presenter.onInstallWebsiteVariantClicked()
3940
}
41+
binding.tvHint.applySystemBarsPadding(bottom = true)
4042
}
4143

4244
}

0 commit comments

Comments
 (0)