Tapping drawer having more than 1 room in notifications gives "malformed link" error (#2605)

This commit is contained in:
Benoit Marty 2021-01-04 18:18:34 +01:00
parent c34fea2932
commit 4f59ec37ca
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ Bugfix 🐛:
- Wait for all room members to be known before sending a message to a e2e room (#2518) - 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) - Url previews sometimes attached to wrong message (#2561)
- Hiding membership events works the exact opposite (#2603) - Hiding membership events works the exact opposite (#2603)
- Tapping drawer having more than 1 room in notifications gives "malformed link" error (#2605)
Translations 🗣: Translations 🗣:
- -

View File

@ -176,7 +176,7 @@ class HomeActivity :
activeSessionHolder.getSafeActiveSession()?.permalinkService()?.createPermalink(it) activeSessionHolder.getSafeActiveSession()?.permalinkService()?.createPermalink(it)
} }
} }
else -> null else -> return@let
} }
permalinkHandler.launch( permalinkHandler.launch(