Skip to content

Commit

Permalink
Fix tap to pay ux config hanging issue (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-lin-bbpos authored Dec 13, 2024
1 parent 41a3fa9 commit 7cdfc33
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1125,6 +1125,7 @@ class StripeTerminalReactNativeModule(reactContext: ReactApplicationContext) :
localMobileUxConfigurationBuilder.darkMode(mapToDarkMode(params.getString("darkMode")))

terminal.setLocalMobileUxConfiguration(localMobileUxConfigurationBuilder.build())
promise.resolve(NativeTypeFactory.writableNativeMap())
}

@ReactMethod
Expand Down

0 comments on commit 7cdfc33

Please sign in to comment.