mirror of
https://github.com/ethauvin/android-about-box.git
synced 2025-04-25 10:47:10 -07:00
Added default case to switch per PMD report.
This commit is contained in:
parent
3ae1c381d1
commit
337b7dafb3
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ public final class ShareUtil {
|
||||||
case AMAZON:
|
case AMAZON:
|
||||||
shareMessage = AboutBoxUtils.amznStoreAppURI + config.packageName;
|
shareMessage = AboutBoxUtils.amznStoreAppURI + config.packageName;
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue