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
6a2a19f5b4
commit
6ff27e1170
3 changed files with 11 additions and 15 deletions
|
@ -65,7 +65,7 @@ public class AboutActivity extends MaterialAboutActivity {
|
|||
.setOnClickListener(new MaterialAboutActionItem.OnClickListener() {
|
||||
@Override
|
||||
public void onClick() {
|
||||
openApp(config.context.getPackageName(), config.buildType == AboutConfig.BuildType.GOOGLE);
|
||||
openApp(config.packageName, config.buildType == AboutConfig.BuildType.GOOGLE);
|
||||
if (config.analytics != null) {
|
||||
config.analytics.logUiEvent(config.logUiEventName, getString(R.string.review_log_event));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue