Skip to content

Commit bfeec1b

Browse files
authored
Update index.ios.ts
1 parent 3a56549 commit bfeec1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bottom-navigation/index.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,8 +695,8 @@ export class BottomNavigation extends TabNavigationBase {
695695
if (!image) {
696696
let is: ImageSource | ImageAsset;
697697
if (typeof iconSource === 'string') {
698-
isFontIcon = true;
699698
if (Utils.isFontIconURI(iconSource)) {
699+
isFontIcon = true;
700700
const fontIconCode = iconSource.split('//')[1];
701701
const target = tabStripItem.image ? tabStripItem.image : tabStripItem;
702702
const font = target.style.fontInternal;

0 commit comments

Comments
 (0)