瀏覽代碼

Merge branch 'mlaux-bugfix/android-launcher-intent'

j8
Lyubomir Marinov 9 年之前
父節點
當前提交
d15413cd18
共有 2 個文件被更改,包括 4 次插入2 次删除
  1. 3
    1
      android/app/src/main/AndroidManifest.xml
  2. 1
    1
      react/features/base/fontIcons/Icon.js

+ 3
- 1
android/app/src/main/AndroidManifest.xml 查看文件

29
         android:name=".MainActivity">
29
         android:name=".MainActivity">
30
         <intent-filter>
30
         <intent-filter>
31
             <action android:name="android.intent.action.MAIN" />
31
             <action android:name="android.intent.action.MAIN" />
32
+            <category android:name="android.intent.category.LAUNCHER" />
33
+        </intent-filter>
34
+        <intent-filter>
32
             <action android:name="android.intent.action.VIEW" />
35
             <action android:name="android.intent.action.VIEW" />
33
             <category android:name="android.intent.category.BROWSABLE" />
36
             <category android:name="android.intent.category.BROWSABLE" />
34
             <category android:name="android.intent.category.DEFAULT" />
37
             <category android:name="android.intent.category.DEFAULT" />
35
-            <category android:name="android.intent.category.LAUNCHER" />
36
             <data android:host="beta.meet.jit.si" android:scheme="https" />
38
             <data android:host="beta.meet.jit.si" android:scheme="https" />
37
             <data android:host="chaos.hipchat.me" android:scheme="https" />
39
             <data android:host="chaos.hipchat.me" android:scheme="https" />
38
             <data android:host="enso.me" android:scheme="https" />
40
             <data android:host="enso.me" android:scheme="https" />

+ 1
- 1
react/features/base/fontIcons/Icon.js 查看文件

2
 // but the file's name and/or location (within the directory structure) don't
2
 // but the file's name and/or location (within the directory structure) don't
3
 // reflect that, it suggests the file is platform-independent.
3
 // reflect that, it suggests the file is platform-independent.
4
 import { createIconSetFromIcoMoon } from 'react-native-vector-icons';
4
 import { createIconSetFromIcoMoon } from 'react-native-vector-icons';
5
-import icoMoonConfig from './fonts/selection.json';
5
+import icoMoonConfig from './jitsi.json';
6
 
6
 
7
 /**
7
 /**
8
  * Creates the Jitsi icon set from the ico moon project config file.
8
  * Creates the Jitsi icon set from the ico moon project config file.

Loading…
取消
儲存