mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-05-05 17:14:37 +02:00
Crashfix.
This commit is contained in:
parent
2084b46090
commit
dd55d10194
@ -24,7 +24,7 @@ import kotlinx.coroutines.Dispatchers
|
|||||||
import kotlinx.coroutines.launch
|
import kotlinx.coroutines.launch
|
||||||
|
|
||||||
class AnnouncementView : LinearLayout {
|
class AnnouncementView : LinearLayout {
|
||||||
private val _root: ConstraintLayout;
|
private val _root: FrameLayout;
|
||||||
private val _textTitle: TextView;
|
private val _textTitle: TextView;
|
||||||
private val _textCounter: TextView;
|
private val _textCounter: TextView;
|
||||||
private val _textBody: TextView;
|
private val _textBody: TextView;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user