update broadcast hashmap

This commit is contained in:
lampaa
2018-05-18 18:00:41 +03:00
parent 11051b159a
commit 86ac3cf48d
2 changed files with 1 additions and 73 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ import android.net.Uri;
import android.os.Bundle;
public class startApp extends Assets {
private HashMap<Integer, BroadcastReceiver> broadcastReceiverHashMap = new HashMap<>();
private HashMap<Integer, BroadcastReceiver> broadcastReceiverHashMap = new HashMap<Integer, BroadcastReceiver>();
private CallbackContext callbackContext;
/**
* Executes the request and returns PluginResult.