Files
com.blitzwallet/patches/breezSDK.md
T
Blake KaufmanandGitHub 7107d191a1 Fix xcode build issue (#94)
* updating from RN 0.75.4 -> 0.77.2 and EXP 51 -> 52

* fixed slider

* fix function naming

* bug fixes

* improved tx sorting

* adding check to ecash invoices to not double pay

* revert to legacy way

* bug fixes

* remove dep install

* trying to fix workflow

* removed old sliderbutton

* set registry + retry if fails
2025-04-04 11:12:18 -04:00

206 B

for each line else -> throw SdkException.Generic(errUnexpectedType("${value::class.java.name}")) needs to be changed to else -> throw SdkException.Generic(errUnexpectedType("${value!!::class.java.name}"))