fix(opener): use the correct packagename in OpenerPlugin.kt (#2207)

pull/2209/head
universalappfactory 6 months ago committed by GitHub
parent 319ef556cd
commit ee0f65de5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,6 @@
---
"opener": patch
"opener-js": patch
---
Fixed OpenerPlugin packagename for android

@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
package app.tauri.shell
package app.tauri.opener
import android.app.Activity
import android.content.Intent
@ -27,4 +27,4 @@ class OpenerPlugin(private val activity: Activity) : Plugin(activity) {
invoke.reject(ex.message)
}
}
}
}

Loading…
Cancel
Save