diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index fbb444f1e..b781d869c 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -29,10 +29,12 @@ android:name=".MainActivity"> + + + - diff --git a/react/features/base/fontIcons/Icon.js b/react/features/base/fontIcons/Icon.js index f230db5da..6a544d81b 100644 --- a/react/features/base/fontIcons/Icon.js +++ b/react/features/base/fontIcons/Icon.js @@ -2,7 +2,7 @@ // but the file's name and/or location (within the directory structure) don't // reflect that, it suggests the file is platform-independent. import { createIconSetFromIcoMoon } from 'react-native-vector-icons'; -import icoMoonConfig from './fonts/selection.json'; +import icoMoonConfig from './jitsi.json'; /** * Creates the Jitsi icon set from the ico moon project config file.