From 09ca9069eea0fe8cfeb5f0ec3b140ee98ba5dad7 Mon Sep 17 00:00:00 2001 From: Jakob Haider Date: Tue, 5 Mar 2024 13:40:54 +0100 Subject: [PATCH] fix typo --- .../main/java/com/reactNativeQuickActions/AppShortcutsModule.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/src/main/java/com/reactNativeQuickActions/AppShortcutsModule.kt b/android/src/main/java/com/reactNativeQuickActions/AppShortcutsModule.kt index cf9c3f5..6b9428b 100644 --- a/android/src/main/java/com/reactNativeQuickActions/AppShortcutsModule.kt +++ b/android/src/main/java/com/reactNativeQuickActions/AppShortcutsModule.kt @@ -106,7 +106,7 @@ internal class AppShortcutsModule(reactContext: ReactApplicationContext) : React .setAction(Intent.ACTION_VIEW) } - // It is important to add the extra as PeristableBundle instead of Parcelable, + // It is important to add the extra as PersistableBundle instead of Parcelable, // because otherwise the ShortcutInfoManagerCompat throws an error when registering the shortcut. intent.putExtra(SHORTCUT_ITEM, item.toPersistableBundle())