瀏覽代碼

fix(build) split jaas actions

master
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 查看文件

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 查看文件


Loading…
取消
儲存