mirror of
https://github.com/ethauvin/android-about-box.git
synced 2025-04-25 02:37:11 -07:00
Fixed pmd
This commit is contained in:
parent
170c879b10
commit
fc4c2ee3ab
1 changed files with 3 additions and 3 deletions
|
@ -107,10 +107,10 @@ public class AboutActivity extends MaterialAboutActivity {
|
|||
new MaterialAboutItemOnClickListener() {
|
||||
@Override
|
||||
public void onClick(boolean b) {
|
||||
if (config.share != null) {
|
||||
config.share.share();
|
||||
} else {
|
||||
if (config.share == null) {
|
||||
ShareUtil.share(AboutActivity.this);
|
||||
} else {
|
||||
config.share.share();
|
||||
}
|
||||
logUIEventName(config.analytics, config.logUiEventName, getString(R.string.egab_share_log_event));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue