mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
fixing strange ide extract
This commit is contained in:
parent
06b3cc3f4b
commit
325e78106e
@ -782,7 +782,7 @@ class NotificationUtils @Inject constructor(private val context: Context,
|
||||
|
||||
// the action must be unique else the parameters are ignored
|
||||
quickReplyIntent.action = QUICK_LAUNCH_ACTION
|
||||
quickReplyIntent.data = _root_ide_package_.im.vector.app.core.extensions.createIgnoredUri($roomId")
|
||||
quickReplyIntent.data = createIgnoredUri($roomId")
|
||||
return PendingIntent.getActivity(context, 0, quickReplyIntent, 0)
|
||||
}
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user