mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-27 20:09:27 +03:00
Fix kltint errors
This commit is contained in:
parent
9d48ecea2f
commit
c049351130
1 changed files with 2 additions and 2 deletions
|
@ -1917,9 +1917,9 @@ class TimelineFragment @Inject constructor(
|
||||||
roomDetailViewModel.handle(action)
|
roomDetailViewModel.handle(action)
|
||||||
}
|
}
|
||||||
is EncryptedEventContent -> {
|
is EncryptedEventContent -> {
|
||||||
if(isRootThreadEvent){
|
if (isRootThreadEvent) {
|
||||||
onThreadSummaryClicked(informationData.eventId, isRootThreadEvent)
|
onThreadSummaryClicked(informationData.eventId, isRootThreadEvent)
|
||||||
}else {
|
} else {
|
||||||
roomDetailViewModel.handle(RoomDetailAction.TapOnFailedToDecrypt(informationData.eventId))
|
roomDetailViewModel.handle(RoomDetailAction.TapOnFailedToDecrypt(informationData.eventId))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue