mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Fix cannot draw waveform while recording after onPause.
This commit is contained in:
parent
0cd0484b41
commit
9f4a459116
@ -1044,6 +1044,9 @@ class RoomDetailFragment @Inject constructor(
|
||||
notificationDrawerManager.setCurrentRoom(roomDetailArgs.roomId)
|
||||
roomDetailPendingActionStore.data?.let { handlePendingAction(it) }
|
||||
roomDetailPendingActionStore.data = null
|
||||
|
||||
// Removed listeners should be set again
|
||||
setupVoiceMessageView()
|
||||
}
|
||||
|
||||
private fun handlePendingAction(roomDetailPendingAction: RoomDetailPendingAction) {
|
||||
|
Loading…
Reference in New Issue
Block a user