Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changes/fix-opener-android-packagename.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"opener": 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)
}
}
}
}
Loading