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:
parent
93ae9c499e
commit
170c879b10
5 changed files with 21 additions and 56 deletions
|
@ -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));
|
||||
}
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue