* 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
206 B
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}"))