Skip to content

NavigationTabBar: Use optional chaining (?.) operator more

ivan tkachenko requested to merge work/ratijas/navtabbar-optional-chaining into master

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))

Merge request reports

Loading