Skip to content

RoundButton: Fix expression block may return nothing (undefined)

ivan tkachenko requested to merge work/ratijas/layout-branch into master

Due to how this if-else tree is structures, the last return should be a default case reachable from inner non-exhaustive chain.

Merge request reports