Skip to content

Commit

Permalink
* fix AboutLibraries with newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Apr 28, 2015
1 parent 5eec09d commit c804cba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public void onItemClick(AdapterView<?> parent, View view, int position, long id,
} else if (drawerItem.getIdentifier() == 9) {
intent = new Intent(SimpleHeaderDrawerActivity.this, CustomContainerActivity.class);
} else if (drawerItem.getIdentifier() == 20) {
intent = new Libs.Builder().withFields(R.string.class.getFields()).withActivityTheme(R.style.MaterialDrawerTheme_ActionBar).intent(SimpleHeaderDrawerActivity.this);
intent = new Libs.Builder().withFields(R.string.class.getFields()).withActivityTheme(R.style.MaterialDrawerTheme).intent(SimpleHeaderDrawerActivity.this);
}
if (intent != null) {
SimpleHeaderDrawerActivity.this.startActivity(intent);
Expand Down

0 comments on commit c804cba

Please sign in to comment.