Merge pull request #1001 from vector-im/renovate/io.nlopez.compose.rules-detekt-0.x
Update dependency io.nlopez.compose.rules:detekt to v0.2.1
This commit is contained in:
commit
b44dde4df6
7 changed files with 27 additions and 23 deletions
|
|
@ -64,6 +64,7 @@ fun RoomInviteMembersView(
|
|||
onSendPressed: (List<MatrixUser>) -> Unit = {},
|
||||
) {
|
||||
Scaffold(
|
||||
modifier = modifier,
|
||||
topBar = {
|
||||
RoomInviteMembersTopBar(
|
||||
onBackPressed = {
|
||||
|
|
@ -79,7 +80,7 @@ fun RoomInviteMembersView(
|
|||
}
|
||||
) { padding ->
|
||||
Column(
|
||||
modifier = modifier
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.padding(padding)
|
||||
.consumeWindowInsets(padding),
|
||||
|
|
|
|||
|
|
@ -76,6 +76,7 @@ fun RoomMemberListView(
|
|||
}
|
||||
|
||||
Scaffold(
|
||||
modifier = modifier,
|
||||
topBar = {
|
||||
if (!state.isSearchActive) {
|
||||
RoomMemberListTopBar(
|
||||
|
|
@ -87,7 +88,7 @@ fun RoomMemberListView(
|
|||
}
|
||||
) { padding ->
|
||||
Column(
|
||||
modifier = modifier
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.padding(padding)
|
||||
.consumeWindowInsets(padding),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue