Crashfix.

This commit is contained in:
Koen J 2024-12-05 17:00:23 +01:00
parent 2084b46090
commit dd55d10194

View file

@ -24,7 +24,7 @@ import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.launch
class AnnouncementView : LinearLayout {
private val _root: ConstraintLayout;
private val _root: FrameLayout;
private val _textTitle: TextView;
private val _textCounter: TextView;
private val _textBody: TextView;