mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2026-05-16 04:52:39 +02:00
Keep live chat open when minimizing. #2227
This commit is contained in:
-4
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user