ソースを参照

fix(build) split jaas actions

j8
Tudor-Ovidiu Avram 4年前
コミット
c356c2360c
2個のファイルの変更10行の追加0行の削除
  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 ファイルの表示

@@ -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 ファイルの表示


読み込み中…
キャンセル
保存