Skip to content

Commit

Permalink
Main Activity Attendance
Browse files Browse the repository at this point in the history
#2
- release / debug mode
  • Loading branch information
eurosecom committed Sep 13, 2017
1 parent c2512e7 commit c430720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/eusecom/attendance/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ protected void onCreate(Bundle savedInstanceState) {
navMenuTitles = getResources().getStringArray(R.array.nav_drawer_items);


if (!BuildConfig.RELEASEMODE) {
if (BuildConfig.RELEASEMODE) {
String TITLES[] = {navMenuTitles[0], navMenuTitles[1]};
mAdapter = new MainDrawerAdapter(this, TITLES, ICONS, NAME, EMAIL, PROFILE);
}else{
Expand Down

0 comments on commit c430720

Please sign in to comment.