Fix another crash
This commit is contained in:
parent
b7ba0d8720
commit
5ef2ab28b9
2 changed files with 2 additions and 1 deletions
|
|
@ -943,7 +943,7 @@ class DetailActivity : AppCompatActivity(), NotificationFragment.NotificationSet
|
|||
}
|
||||
|
||||
private fun finishActionMode() {
|
||||
actionMode!!.finish()
|
||||
actionMode?.finish()
|
||||
endActionModeAndRedraw()
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue