update hashmap

This commit is contained in:
lampaa
2018-05-28 17:11:14 +03:00
parent f3ac68a15c
commit 4b5245b6b1
4 changed files with 4 additions and 5 deletions
+1 -2
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.
@@ -264,7 +264,6 @@ public class startApp extends Assets {
/**
* launch intent
*/
PluginResult pluginResult = new PluginResult(PluginResult.Status.OK);
pluginResult.setKeepCallback(true);