Skip to content

Commit 37c0292

Browse files
committed
Updated AppCompatActivity class signature
1 parent 139a9dc commit 37c0292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Android/AppCompatActivity.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ fileprivate extension SwiftSupport.App.AppCompatActivity {
663663
/// JNI Cache
664664
struct ActivityJNICache {
665665

666-
static let classSignature = Android.App.className(["Activity"])
666+
static let classSignature = AndroidX.AppCompat.App.className(["AppCompatActivity"])
667667

668668
/// JNI Java class name
669669
static let className = classSignature.rawValue

0 commit comments

Comments
 (0)