mirror of
https://github.com/oxen-io/session-android.git
synced 2025-05-01 01:10:48 +00:00
Fix build
This commit is contained in:
parent
9699126ac9
commit
6e5f75d472
@ -212,7 +212,7 @@ class EnterChatURLFragment : Fragment() {
|
|||||||
chatURLEditText.imeOptions = chatURLEditText.imeOptions or 16777216 // Always use incognito keyboard
|
chatURLEditText.imeOptions = chatURLEditText.imeOptions or 16777216 // Always use incognito keyboard
|
||||||
joinPublicChatButton.setOnClickListener { joinPublicChatIfPossible() }
|
joinPublicChatButton.setOnClickListener { joinPublicChatIfPossible() }
|
||||||
viewModel.defaultRooms.observe(viewLifecycleOwner) { state ->
|
viewModel.defaultRooms.observe(viewLifecycleOwner) { state ->
|
||||||
defaultRoomsParent.isVisible = state is State.Success
|
defaultRoomsContainer.isVisible = state is State.Success
|
||||||
defaultRoomsLoader.isVisible = state is State.Loading
|
defaultRoomsLoader.isVisible = state is State.Loading
|
||||||
when (state) {
|
when (state) {
|
||||||
State.Loading -> {
|
State.Loading -> {
|
||||||
|
@ -33,12 +33,7 @@
|
|||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
<<<<<<< HEAD
|
|
||||||
android:paddingHorizontal="24dp"
|
|
||||||
android:id="@+id/defaultRoomsParent"
|
|
||||||
=======
|
|
||||||
android:id="@+id/defaultRoomsContainer"
|
android:id="@+id/defaultRoomsContainer"
|
||||||
>>>>>>> 133bcac17 (Make chips look better)
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
@ -33,12 +33,7 @@
|
|||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
<<<<<<< HEAD
|
|
||||||
android:paddingHorizontal="24dp"
|
|
||||||
android:id="@+id/defaultRoomsParent"
|
|
||||||
=======
|
|
||||||
android:id="@+id/defaultRoomsContainer"
|
android:id="@+id/defaultRoomsContainer"
|
||||||
>>>>>>> 133bcac17 (Make chips look better)
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user