additional rewards page changes and new verification flow (#542)
This commit is contained in:
parent
f1393ae707
commit
97f1b530b2
29 changed files with 893 additions and 65 deletions
src/main/java/io/lbry/browser/reactmodules
|
@ -55,6 +55,7 @@ public class FirebaseModule extends ReactContextBaseJavaModule {
|
|||
@ReactMethod
|
||||
public void logException(boolean fatal, String message, ReadableMap payload) {
|
||||
Bundle bundle = new Bundle();
|
||||
bundle.putString("message", message);
|
||||
if (payload != null) {
|
||||
HashMap<String, Object> payloadMap = payload.toHashMap();
|
||||
for (Map.Entry<String, Object> entry : payloadMap.entrySet()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue