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
In android, when a data class implements the Parcelable interface, data classes have multiple constructors. Currently when you use the intention, the Parcelable variant is used to fill in the arguments instead of the main constructor.
Can we have a check that fixes this or an additional option to select which of the constructors to use?
The text was updated successfully, but these errors were encountered:
In android, when a data class implements the Parcelable interface, data classes have multiple constructors. Currently when you use the intention, the Parcelable variant is used to fill in the arguments instead of the main constructor.
Can we have a check that fixes this or an additional option to select which of the constructors to use?
The text was updated successfully, but these errors were encountered: