Open CodedOre opened 2 years ago
TextUtils contains some code where some text modules are not displayed according to some flags.
TextUtils
The switch statement currently repeats a few lines, due to valac complaining about an break statement in a if scope when the case is not always "broken".
valac
break
if
So, we need to see if we can improve this code.
TextUtils
contains some code where some text modules are not displayed according to some flags.The switch statement currently repeats a few lines, due to
valac
complaining about anbreak
statement in aif
scope when the case is not always "broken".So, we need to see if we can improve this code.