You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2023. It is now read-only.
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 an break statement in a if scope when the case is not always "broken".
So, we need to see if we can improve this code.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: