1
0
Fork 0
mirror of https://github.com/ethauvin/android-about-box.git synced 2025-04-25 10:47:10 -07:00

Removed branch io. We need to try to integrate this version to real app and test (CLose #24)

This commit is contained in:
Alex Dibrivnyi 2017-05-15 23:55:50 +03:00
parent 93ae9c499e
commit 170c879b10
5 changed files with 21 additions and 56 deletions

View file

@ -107,7 +107,11 @@ public class AboutActivity extends MaterialAboutActivity {
new MaterialAboutItemOnClickListener() {
@Override
public void onClick(boolean b) {
ShareUtil.share(AboutActivity.this);
if (config.share != null) {
config.share.share();
} else {
ShareUtil.share(AboutActivity.this);
}
logUIEventName(config.analytics, config.logUiEventName, getString(R.string.egab_share_log_event));
}
}));