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 was 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".
TextUtilscontains some code where some text modules are not displayed according to some flags.The switch statement currently repeats a few lines, due to
valaccomplaining about anbreakstatement in aifscope when the case is not always "broken".So, we need to see if we can improve this code.