Skip to content

Commit 97e1c48

Browse files
universalappfactorygezihuzi
authored andcommitted
fix(opener): use the correct packagename in OpenerPlugin.kt (tauri-apps#2207)
1 parent 84a01fd commit 97e1c48

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"opener": patch
3+
"opener-js": patch
4+
---
5+
6+
Fixed OpenerPlugin packagename for android

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)