Skip to content

Commit

Permalink
fix: Open AppContext class
Browse files Browse the repository at this point in the history
  • Loading branch information
ferazoguerrero authored Sep 24, 2024
1 parent b11040e commit cb3939f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ actual class TwilioPasskeys internal constructor(
*
* @property activity The Android activity.
*/
actual class AppContext(val activity: Activity)
actual open class AppContext(val activity: Activity)
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ expect class TwilioPasskeys {
/**
* An interface representing the context.
*/
expect class AppContext
expect open class AppContext
Original file line number Diff line number Diff line change
Expand Up @@ -340,4 +340,4 @@ internal fun NSData.toUrlSafeString(): String =
*
* @property uiWindow The active UIWindow where the Passkey Dialogs will be presented.
*/
actual class AppContext(val uiWindow: UIWindow)
actual open class AppContext(val uiWindow: UIWindow)

0 comments on commit cb3939f

Please sign in to comment.