Skip to content

Commit 5df9918

Browse files
committed
Update ChromeCustomTabPlugin.java
1 parent ee41062 commit 5df9918

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/android/ChromeCustomTabPlugin.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ public boolean execute(String action, JSONArray args, CallbackContext callbackCo
139139
}
140140
return true;
141141
}
142+
case "hide": {
143+
cordova.getActivity().startActivity(new Intent(cordova.getActivity(), cordova.getActivity().getClass()));
144+
return true;
145+
}
142146
}
143147
return false;
144148
}

0 commit comments

Comments
 (0)