Skip to content

Commit a917679

Browse files
committed
Add missing constant
1 parent fdda9fe commit a917679

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

android/src/main/java/com/github/droibit/android/reactnative/customtabs/CustomTabsModule.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public class CustomTabsModule extends ReactContextBaseJavaModule {
5757
CONSTANTS.put(KEY_DEFAULT_SHARE_MENU_ITEM, KEY_DEFAULT_SHARE_MENU_ITEM);
5858
CONSTANTS.put(KEY_ANIMATIONS, KEY_ANIMATIONS);
5959
CONSTANTS.put(KEY_HEADERS, KEY_HEADERS);
60+
CONSTANTS.put(FORCE_CLOSE_ON_REDIRECTION, FORCE_CLOSE_ON_REDIRECTION);
6061
}
6162

6263
private static final String MODULE_NAME = "CustomTabsManager";
@@ -69,9 +70,6 @@ public CustomTabsModule(ReactApplicationContext reactContext) {
6970
super(reactContext);
7071
}
7172

72-
/**
73-
* {@inheritDoc}
74-
*/
7573
@Override
7674
public String getName() {
7775
return MODULE_NAME;

0 commit comments

Comments
 (0)