NavigationTabBar: Use optional chaining (?.) operator more
It's shorter, and it avoids multiple duplicate property accesses (which theoretically might even return different objects at each read call).
See 80af7e88 (!1378 (merged))
It's shorter, and it avoids multiple duplicate property accesses (which theoretically might even return different objects at each read call).
See 80af7e88 (!1378 (merged))