FIXME
This commit is contained in:
parent
0e8e6050dd
commit
95fb801947
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ class LoggedInFlowNode @AssistedInject constructor(
|
||||||
coroutineScope.launch {
|
coroutineScope.launch {
|
||||||
when (data) {
|
when (data) {
|
||||||
is PermalinkData.UserLink -> {
|
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")
|
Timber.e("User link clicked: ${data.userId}. TODO Add a user profile screen")
|
||||||
}
|
}
|
||||||
is PermalinkData.RoomLink -> {
|
is PermalinkData.RoomLink -> {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue