Fix ShareActivity back button

This commit is contained in:
Niko Diamadis
2022-12-27 23:33:56 +01:00
parent f57e346e7e
commit 675baea31f

View File

@@ -81,7 +81,7 @@ internal class ShareActivity : AppCompatActivity() {
}
override fun onOptionsItemSelected(item: MenuItem): Boolean {
if (item.itemId == R.id.home) {
if (item.itemId == android.R.id.home) {
finish()
return true
}