mirror of
https://github.com/ethauvin/android-about-box.git
synced 2025-04-25 10:47:10 -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() {
|
new MaterialAboutItemOnClickListener() {
|
||||||
@Override
|
@Override
|
||||||
public void onClick(boolean b) {
|
public void onClick(boolean b) {
|
||||||
if (config.share != null) {
|
if (config.share == null) {
|
||||||
config.share.share();
|
|
||||||
} else {
|
|
||||||
ShareUtil.share(AboutActivity.this);
|
ShareUtil.share(AboutActivity.this);
|
||||||
|
} else {
|
||||||
|
config.share.share();
|
||||||
}
|
}
|
||||||
logUIEventName(config.analytics, config.logUiEventName, getString(R.string.egab_share_log_event));
|
logUIEventName(config.analytics, config.logUiEventName, getString(R.string.egab_share_log_event));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue