Skip to content
Snippets Groups Projects
Commit b3150cb5 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixing two minor bugs

parent 09b05307
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,6 @@
android:id="@+id/name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:singleLine="true"
android:textColor="?colorTextPrimary"
android:textSize="16sp"
tools:text="@sample/contributors.json/data/name" />
......
......@@ -24,8 +24,6 @@
android:id="@+id/name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ellipsize="marquee"
android:singleLine="true"
android:textColor="?colorTextPrimary"
android:textSize="16sp"
tools:text="@sample/libraries.json/data/name" />
......
......@@ -332,7 +332,7 @@ class IrcChannel(
}
private val live_updates = BehaviorSubject.createDefault(Unit)
private var _name: String = ""
private var _name: String = name
set(value) {
field = value
live_updates.onNext(Unit)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment