We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c8ee5 commit 3478b39Copy full SHA for 3478b39
app/src/main/java/com/teamtreehouse/oslist/MainActivity.java
@@ -27,7 +27,8 @@ protected void onCreate(Bundle savedInstanceState) {
27
super.onCreate(savedInstanceState);
28
setContentView(R.layout.activity_main);
29
30
- mDrawerList = (ListView)findViewById(R.id.navList);mDrawerLayout = (DrawerLayout)findViewById(R.id.drawer_layout);
+ mDrawerList = (ListView)findViewById(R.id.navList);
31
+ mDrawerLayout = (DrawerLayout)findViewById(R.id.drawer_layout);
32
mActivityTitle = getTitle().toString();
33
34
addDrawerItems();
0 commit comments