Skip to content

Commit

Permalink
Merge pull request #38 from twilio/dev
Browse files Browse the repository at this point in the history
Release 0.1.1
  • Loading branch information
ferazoguerrero authored Sep 26, 2024
2 parents 50cb5aa + 4e6461e commit 3a8baaa
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 3a8baaa

Please sign in to comment.