mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 09:25:49 +03:00
Fix cannot draw waveform while recording after onPause.
This commit is contained in:
parent
0cd0484b41
commit
9f4a459116
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue