Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #326 from kinecosystem/ECO/show_dialog_fix
Browse files Browse the repository at this point in the history
Show gifting dialog fix
  • Loading branch information
OrenZak authored Jul 7, 2019
2 parents 371db2f + 05811b8 commit ff35060
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ internal class GiftingManagerImpl(private val jwtProvider: JwtProvider,

isShowing = true
currentRecipientUserID = recipientUserID
GiftingDialog.Builder(activity.applicationContext)
GiftingDialog.Builder(activity)
.balance(balance)
.eventsListener(this)
.theme(getDialogTheme())
Expand Down

0 comments on commit ff35060

Please sign in to comment.