Skip to content

Commit

Permalink
RUM-4151 Address nit
Browse files Browse the repository at this point in the history
  • Loading branch information
mariedm committed Jun 11, 2024
1 parent 690aaa6 commit 5778c80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class TabbarViewControllers: UIViewController {
for tabbar in tabbars {
// Select the first tabbar's item
// so we can see both a selected and unselected item
tabbar.selectedItem = tabbar.items?[0]
tabbar.selectedItem = tabbar.items?.first
}
}
}
Expand Down

0 comments on commit 5778c80

Please sign in to comment.