cleaning
This commit is contained in:
parent
846c5d52b8
commit
4aa93d79fe
@ -16,8 +16,6 @@
|
|||||||
|
|
||||||
package org.matrix.android.sdk.api.session.homeserver
|
package org.matrix.android.sdk.api.session.homeserver
|
||||||
|
|
||||||
import org.matrix.android.sdk.api.session.homeserver.HomeServerCapabilities.Companion.MAX_UPLOAD_FILE_SIZE_UNKNOWN
|
|
||||||
|
|
||||||
data class HomeServerCapabilities(
|
data class HomeServerCapabilities(
|
||||||
/**
|
/**
|
||||||
* True if it is possible to change the password of the account.
|
* True if it is possible to change the password of the account.
|
||||||
|
@ -354,7 +354,7 @@ internal class RoomSummaryUpdater @Inject constructor(
|
|||||||
// we keep real m.child/m.parent relations and add the one for common memberships
|
// we keep real m.child/m.parent relations and add the one for common memberships
|
||||||
dmRoom.flattenParentIds += "|${flattenRelated.joinToString("|")}|"
|
dmRoom.flattenParentIds += "|${flattenRelated.joinToString("|")}|"
|
||||||
}
|
}
|
||||||
Timber.v("## SPACES: flatten of ${dmRoom.otherMemberIds.joinToString(",")} is ${dmRoom.flattenParentIds}")
|
// Timber.v("## SPACES: flatten of ${dmRoom.otherMemberIds.joinToString(",")} is ${dmRoom.flattenParentIds}")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Maybe a good place to count the number of notifications for spaces?
|
// Maybe a good place to count the number of notifications for spaces?
|
||||||
|
@ -834,13 +834,6 @@ class RoomDetailViewModel @AssistedInject constructor(
|
|||||||
room.roomSummary()?.isPublic ?: false
|
room.roomSummary()?.isPublic ?: false
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
// session.coroutineScope.launch {
|
|
||||||
// try {
|
|
||||||
// room.upgradeToVersion(slashCommandResult.newVersion)
|
|
||||||
// } catch (failure: Throwable) {
|
|
||||||
// _viewEvents.post(RoomDetailViewEvents.SlashCommandResultError(failure))
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
_viewEvents.post(RoomDetailViewEvents.SlashCommandHandled())
|
_viewEvents.post(RoomDetailViewEvents.SlashCommandHandled())
|
||||||
popDraft()
|
popDraft()
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:background="?colorSurface"
|
android:background="?colorSurface"
|
||||||
android:fadeScrollbars="false"
|
android:fadeScrollbars="false"
|
||||||
android:nestedScrollingEnabled="false"
|
|
||||||
android:scrollbars="vertical"
|
android:scrollbars="vertical"
|
||||||
tools:itemCount="5"
|
tools:itemCount="5"
|
||||||
tools:listitem="@layout/item_bottom_sheet_action" />
|
tools:listitem="@layout/item_bottom_sheet_action" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user