Skip to content
Snippets Groups Projects
Commit 411f6f88 authored by John's avatar John
Browse files

Merge branch 'develop' into 'develop'

Fix for issue #212 - Groups not reloaded when user is switched

See merge request !19
parents 8e0ca958 46984efc
No related branches found
No related tags found
1 merge request!19Fix for issue #212 - Groups not reloaded when user is switched
Pipeline #
LabCoat @ dc969514
Subproject commit dc96951407803121714a9c55df413867d85dd832
Loading
Loading
@@ -16,6 +16,7 @@ import com.commit451.gitlab.App;
import com.commit451.gitlab.R;
import com.commit451.gitlab.adapter.GroupAdapter;
import com.commit451.gitlab.event.CloseDrawerEvent;
import com.commit451.gitlab.event.ReloadDataEvent;
import com.commit451.gitlab.model.api.Group;
import com.commit451.gitlab.navigation.Navigator;
import com.commit451.gitlab.util.DynamicGridLayoutManager;
Loading
Loading
@@ -210,5 +211,10 @@ public class GroupsActivity extends BaseActivity {
public void onCloseDrawerEvent(CloseDrawerEvent event) {
mDrawerLayout.closeDrawers();
}
@Subscribe
public void onReloadData(ReloadDataEvent event) {
load();
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment