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
I noticed that the iOS app uses it's own WebLinks enum which duplicates the shared data defined in the shared module com.gdgnantes.devfest.model.WebLinks.
I suggest to remove the iOS enum and to replace it by the shared one.
The text was updated successfully, but these errors were encountered:
I noticed that the iOS app uses it's own
WebLinks
enum which duplicates the shared data defined in the shared modulecom.gdgnantes.devfest.model.WebLinks
.I suggest to remove the iOS enum and to replace it by the shared one.
The text was updated successfully, but these errors were encountered: