Browse Source

fix(build) split jaas actions

j8
Tudor-Ovidiu Avram 4 years ago
parent
commit
c356c2360c
2 changed files with 10 additions and 0 deletions
  1. 10
    0
      react/features/jaas/actions.native.js
  2. 0
    0
      react/features/jaas/actions.web.js

+ 10
- 0
react/features/jaas/actions.native.js View File

@@ -0,0 +1,10 @@
1
+/**
2
+ * Shows a dialog prompting users to upgrade, if requested feature is disabled.
3
+ *
4
+ * @returns {Function}
5
+ */
6
+export function maybeShowPremiumFeatureDialog() {
7
+    return function() {
8
+        return false;
9
+    };
10
+}

react/features/jaas/actions.js → react/features/jaas/actions.web.js View File


Loading…
Cancel
Save