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
[UiString] is a utility sealed class that represents a string to be used in the UI. It allows a string to be represented as both string resource and text.
While this might be a good idea to a big codebase like WPAndroid, it might be not necessary overhead for this library. We should consider removing this class.
The text was updated successfully, but these errors were encountered:
Quoting code comment:
While this might be a good idea to a big codebase like
WPAndroid
, it might be not necessary overhead for this library. We should consider removing this class.The text was updated successfully, but these errors were encountered: