Skip to content

Commit

Permalink
fix(opener): use the correct packagename in OpenerPlugin.kt (#2207)
Browse files Browse the repository at this point in the history
  • Loading branch information
universalappfactory authored Dec 14, 2024
1 parent 319ef55 commit ee0f65d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changes/fix-opener-android-packagename.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"opener": patch
"opener-js": patch
---

Fixed OpenerPlugin packagename for android
4 changes: 2 additions & 2 deletions plugins/opener/android/src/main/java/OpenerPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -27,4 +27,4 @@ class OpenerPlugin(private val activity: Activity) : Plugin(activity) {
invoke.reject(ex.message)
}
}
}
}

0 comments on commit ee0f65d

Please sign in to comment.