additional rewards page changes and new verification flow ()

This commit is contained in:
Akinwale Ariwodola 2019-05-15 11:00:15 +01:00 committed by GitHub
parent f1393ae707
commit 97f1b530b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 893 additions and 65 deletions
src/main/java/io/lbry/browser/reactmodules

View file

@ -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()) {