Fix ShareActivity back button
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user