Skip to content

Commit 414e367

Browse files
authored
Update ChromeCustomTabPlugin.java
EddyVerbruggen#176 (comment)
1 parent 5df9918 commit 414e367

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/android/ChromeCustomTabPlugin.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ public boolean execute(String action, JSONArray args, CallbackContext callbackCo
141141
}
142142
case "hide": {
143143
cordova.getActivity().startActivity(new Intent(cordova.getActivity(), cordova.getActivity().getClass()));
144+
callbackContext.sendPluginResult(new PluginResult(PluginResult.Status.OK, true));
144145
return true;
145146
}
146147
}

0 commit comments

Comments
 (0)