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
When binding using ValueConverter - like binding="{Text @= LocalizedFullName(Profile)}", the binder still checks types when binding and complains that object Profile cannot be cast to String required by the method Text:
Error occurred while binding Profile to target Text: org.sharethemeal.app.user.models.Friend$FriendProfile cannot be cast to java.lang.String
The text was updated successfully, but these errors were encountered:
When binding using
ValueConverter
- likebinding="{Text @= LocalizedFullName(Profile)}"
, the binder still checks types when binding and complains that objectProfile
cannot be cast toString
required by the methodText
:The text was updated successfully, but these errors were encountered: