Skip to content

Commit 8e6f52d

Browse files
authored
Merge pull request #1 from bbuchanan208/patch-1
Fixed a file layout typo
2 parents 59c8ee5 + 3478b39 commit 8e6f52d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/java/com/teamtreehouse/oslist/MainActivity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ protected void onCreate(Bundle savedInstanceState) {
2727
super.onCreate(savedInstanceState);
2828
setContentView(R.layout.activity_main);
2929

30-
mDrawerList = (ListView)findViewById(R.id.navList);mDrawerLayout = (DrawerLayout)findViewById(R.id.drawer_layout);
30+
mDrawerList = (ListView)findViewById(R.id.navList);
31+
mDrawerLayout = (DrawerLayout)findViewById(R.id.drawer_layout);
3132
mActivityTitle = getTitle().toString();
3233

3334
addDrawerItems();

0 commit comments

Comments
 (0)