Skip to content

Commit 5b539db

Browse files
fix(opener): use the correct packagename in OpenerPlugin.kt
1 parent 319ef55 commit 5b539db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/opener/android/src/main/java/OpenerPlugin.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// SPDX-License-Identifier: Apache-2.0
33
// SPDX-License-Identifier: MIT
44

5-
package app.tauri.shell
5+
package app.tauri.opener
66

77
import android.app.Activity
88
import android.content.Intent
@@ -27,4 +27,4 @@ class OpenerPlugin(private val activity: Activity) : Plugin(activity) {
2727
invoke.reject(ex.message)
2828
}
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)