Skip to content
Snippets Groups Projects
Commit 31410dbf authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Merge pull request #1 from MarcLandis/drawer

Initialize left drawer
parents f99fc8fe 83ea7927
No related branches found
No related tags found
No related merge requests found
......@@ -322,6 +322,9 @@ public class MainActivity extends BoundActivity {
accountHeader.clear();
for (QBufferViewConfig viewConfig : bufferViews) {
if (viewConfig != null) {
if (status.bufferViewConfigId == -1) {
status.bufferViewConfigId = viewConfig.bufferViewId();
}
accountHeader.addProfiles(
new ProfileDrawerItem()
.withName(viewConfig.bufferViewName())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment