This commit is contained in:
Benoit Marty
2024-04-16 17:57:52 +02:00
committed by Benoit Marty
parent 0e8e6050dd
commit 95fb801947

View File

@@ -277,7 +277,7 @@ class LoggedInFlowNode @AssistedInject constructor(
coroutineScope.launch {
when (data) {
is PermalinkData.UserLink -> {
// FIXME: Add a user profile screen.
// FIXME Add a user profile screen.
Timber.e("User link clicked: ${data.userId}. TODO Add a user profile screen")
}
is PermalinkData.RoomLink -> {