Skip to content

Commit 98b6a47

Browse files
update: fix routed messages
1 parent 6626364 commit 98b6a47

3 files changed

Lines changed: 1 addition & 16 deletions

File tree

.idea/gradle.xml

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/java/com/afkanerd/deku/Router/ui/RoutedMessagesMainView.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import androidx.compose.runtime.Composable
2222
import androidx.compose.runtime.getValue
2323
import androidx.compose.runtime.mutableStateOf
2424
import androidx.compose.runtime.remember
25-
import androidx.compose.runtime.setValue
2625
import androidx.compose.ui.Alignment
2726
import androidx.compose.ui.Modifier
2827
import androidx.compose.ui.platform.LocalContext
@@ -130,8 +129,6 @@ fun RouterItemCard(
130129
Column {
131130
ThreadConversationCard(
132131
id = conversation.sms?.thread_id!!,
133-
firstName = firstName!!,
134-
lastName = lastName,
135132
content = conversation.sms?.body!!,
136133
date = date,
137134
isRead = true, // TODO: get actual later

0 commit comments

Comments
 (0)