add back button to about

This commit is contained in:
Bnyro 2022-09-24 10:56:35 +02:00
parent d6c3a77a98
commit 331389adec

View File

@ -31,6 +31,10 @@ class AboutActivity : BaseActivity() {
binding = ActivityAboutBinding.inflate(layoutInflater)
setContentView(binding.root)
binding.toolbar.setNavigationOnClickListener {
onBackPressedDispatcher.onBackPressed()
}
binding.appIcon.setOnClickListener {
val sendIntent: Intent = Intent().apply {
action = Intent.ACTION_SEND