Fix another crash

This commit is contained in:
Philipp Heckel 2026-01-11 08:59:05 -05:00
parent b7ba0d8720
commit 5ef2ab28b9
2 changed files with 2 additions and 1 deletions

View file

@ -943,7 +943,7 @@ class DetailActivity : AppCompatActivity(), NotificationFragment.NotificationSet
}
private fun finishActionMode() {
actionMode!!.finish()
actionMode?.finish()
endActionModeAndRedraw()
}

View file

@ -4,3 +4,4 @@ Features:
Maintenance + bug fixes:
* Use server-specific user for attachment downloads (#1529, thanks to @ManInDark for reporting)
* Fix crash in sharing dialog (thanks to @rogeliodh)
* Fix crash when exiting multi-delete in detail view