gitskarios / Gitskarios

GitHub Android application
MIT License
526 stars 73 forks source link

#569 - Wrong user events #570

Closed LetItRock closed 8 years ago

LetItRock commented 8 years ago

CreatedEventsListFragment extends EventsListFragment - so there were calls for retrieving events from "user dashboard" which displays not user related events.
Fix for this was simple do not call super class methods for retrieving "dashboard events", but only "user public activity events".

LetItRock commented 8 years ago

@alorma this fix should be checked :P for me its working fine :)