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

pull/2207/head
dirk 7 months ago
parent 319ef556cd
commit 5b539db9a1
No known key found for this signature in database
GPG Key ID: 27FA5FD22D068789

@ -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