mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
cleaning
This commit is contained in:
parent
846c5d52b8
commit
4aa93d79fe
4 changed files with 1 additions and 11 deletions
|
@ -16,8 +16,6 @@
|
|||
|
||||
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(
|
||||
/**
|
||||
* 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
|
||||
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?
|
||||
|
|
|
@ -834,13 +834,6 @@ class RoomDetailViewModel @AssistedInject constructor(
|
|||
room.roomSummary()?.isPublic ?: false
|
||||
)
|
||||
)
|
||||
// session.coroutineScope.launch {
|
||||
// try {
|
||||
// room.upgradeToVersion(slashCommandResult.newVersion)
|
||||
// } catch (failure: Throwable) {
|
||||
// _viewEvents.post(RoomDetailViewEvents.SlashCommandResultError(failure))
|
||||
// }
|
||||
// }
|
||||
_viewEvents.post(RoomDetailViewEvents.SlashCommandHandled())
|
||||
popDraft()
|
||||
}
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
android:layout_height="match_parent"
|
||||
android:background="?colorSurface"
|
||||
android:fadeScrollbars="false"
|
||||
android:nestedScrollingEnabled="false"
|
||||
android:scrollbars="vertical"
|
||||
tools:itemCount="5"
|
||||
tools:listitem="@layout/item_bottom_sheet_action" />
|
||||
|
|
Loading…
Reference in a new issue