Skip to content

Commit 325e781

Browse files
authored
fixing strange ide extract
1 parent 06b3cc3 commit 325e781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vector/src/main/java/im/vector/app/features/notifications/NotificationUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ class NotificationUtils @Inject constructor(private val context: Context,
782782
783783
// the action must be unique else the parameters are ignored
784784
quickReplyIntent.action = QUICK_LAUNCH_ACTION
785-
quickReplyIntent.data = _root_ide_package_.im.vector.app.core.extensions.createIgnoredUri($roomId")
785+
quickReplyIntent.data = createIgnoredUri($roomId")
786786
return PendingIntent.getActivity(context, 0, quickReplyIntent, 0)
787787
}
788788
*/

0 commit comments

Comments
 (0)