fix: regression in which the typing indicator is on top
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
c53fd360f2
commit
47b804c0d0
|
|
@ -480,12 +480,14 @@ fun ChannelScreen(
|
||||||
containerColor = MaterialTheme.colorScheme.primary
|
containerColor = MaterialTheme.colorScheme.primary
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
TypingIndicator(
|
|
||||||
users = viewModel.typingUsers
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!viewModel.showAgeGate) {
|
||||||
|
TypingIndicator(
|
||||||
|
users = viewModel.typingUsers
|
||||||
|
)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Column(
|
Column(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue