mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-03 12:37:31 +01:00
Tapping drawer having more than 1 room in notifications gives "malformed link" error (#2605)
This commit is contained in:
parent
c34fea2932
commit
4f59ec37ca
@ -12,6 +12,7 @@ Bugfix 🐛:
|
||||
- Wait for all room members to be known before sending a message to a e2e room (#2518)
|
||||
- Url previews sometimes attached to wrong message (#2561)
|
||||
- Hiding membership events works the exact opposite (#2603)
|
||||
- Tapping drawer having more than 1 room in notifications gives "malformed link" error (#2605)
|
||||
|
||||
Translations 🗣:
|
||||
-
|
||||
|
@ -176,7 +176,7 @@ class HomeActivity :
|
||||
activeSessionHolder.getSafeActiveSession()?.permalinkService()?.createPermalink(it)
|
||||
}
|
||||
}
|
||||
else -> null
|
||||
else -> return@let
|
||||
}
|
||||
|
||||
permalinkHandler.launch(
|
||||
|
Loading…
x
Reference in New Issue
Block a user