Keep live chat open when minimizing. #2227

This commit is contained in:
Koen J
2025-05-19 11:45:17 +02:00
parent f5673425b7
commit 542235cca0
2 changed files with 1 additions and 5 deletions
@@ -3138,10 +3138,6 @@ class VideoDetailView : ConstraintLayout {
fun applyFragment(frag: VideoDetailFragment) {
fragment = frag;
fragment.onMinimize.subscribe {
_liveChat?.stop();
_container_content_liveChat.close();
}
}
@@ -223,7 +223,7 @@ class SyncSession : IAuthorizable {
Logger.v(TAG, "Packet was not sent … no connected sockets")
return
}
var sent = false
for (channel in channels) {
try {