File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -711,7 +711,7 @@ export class BottomNavigation extends TabNavigationBase {
711
711
if ( value instanceof Color ) {
712
712
this . _bottomNavigationBar . setBackgroundColor ( value . android ) ;
713
713
} else {
714
- this . _bottomNavigationBar . setBackground ( tryCloneDrawable ( value , this . nativeViewProtected . getResources ) ) ;
714
+ this . _bottomNavigationBar . setBackground ( tryCloneDrawable ( value , this . nativeViewProtected . getResources ( ) ) ) ;
715
715
}
716
716
717
717
this . updateTabStripItems ( ) ;
Original file line number Diff line number Diff line change @@ -733,7 +733,7 @@ export class TabView extends TabViewBase {
733
733
if ( value instanceof Color ) {
734
734
this . _tabLayout . setBackgroundColor ( value . android ) ;
735
735
} else {
736
- this . _tabLayout . setBackground ( tryCloneDrawable ( value , this . nativeViewProtected . getResources ) ) ;
736
+ this . _tabLayout . setBackground ( tryCloneDrawable ( value , this . nativeViewProtected . getResources ( ) ) ) ;
737
737
}
738
738
}
739
739
Original file line number Diff line number Diff line change @@ -794,7 +794,7 @@ export class Tabs extends TabsBase {
794
794
if ( value instanceof Color ) {
795
795
this . _tabsBar . setBackgroundColor ( value . android ) ;
796
796
} else {
797
- this . _tabsBar . setBackground ( tryCloneDrawable ( value , this . nativeViewProtected . getResources ) ) ;
797
+ this . _tabsBar . setBackground ( tryCloneDrawable ( value , this . nativeViewProtected . getResources ( ) ) ) ;
798
798
}
799
799
800
800
this . updateTabStripItems ( ) ;
You can’t perform that action at this time.
0 commit comments