mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
fixing strange ide extract
This commit is contained in:
parent
06b3cc3f4b
commit
325e78106e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue