mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-07 06:39:45 +00:00
Remove error logging for voice message that was not correct
media player can already exist here when playback was paused, that's okay. Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
4932541de7
commit
2a09320353
@ -1033,8 +1033,6 @@ class ChatController(args: Bundle) :
|
||||
Log.e(TAG, "failed to initialize mediaPlayer", e)
|
||||
Toast.makeText(context, R.string.nc_common_error_sorry, Toast.LENGTH_LONG).show()
|
||||
}
|
||||
} else {
|
||||
Log.e(TAG, "mediaPlayer was not null. This should not happen!")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user