mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +01:00
linter
Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com>
This commit is contained in:
parent
8e7515238a
commit
01006c29d7
@ -129,7 +129,7 @@ class MessageActionsDialog(
|
|||||||
)
|
)
|
||||||
chatActivity.chatViewModel.getNoteToSelfAvailability.observe(this) { state ->
|
chatActivity.chatViewModel.getNoteToSelfAvailability.observe(this) { state ->
|
||||||
when (state) {
|
when (state) {
|
||||||
is ChatViewModel.NoteToSelfAvaliableState -> {
|
is ChatViewModel.NoteToSelfAvailableState -> {
|
||||||
this.lifecycleScope.launch {
|
this.lifecycleScope.launch {
|
||||||
initMenuAddToNote(
|
initMenuAddToNote(
|
||||||
!message.isDeleted &&
|
!message.isDeleted &&
|
||||||
|
Loading…
Reference in New Issue
Block a user