mirror of
https://github.com/ethauvin/android-about-box.git
synced 2025-04-25 02:37:11 -07:00
Fix syntax error from missing parens (oops..)
This commit is contained in:
parent
785187d369
commit
c9fa053c19
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ public class AboutActivity extends MaterialAboutActivity {
|
|||
}
|
||||
})
|
||||
);
|
||||
return card.build;
|
||||
return card.build();
|
||||
}
|
||||
|
||||
private MaterialAboutActionItem itemHelper(int name, int icon, MaterialAboutItemOnClickListener listener) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue