1
0
Fork 0
mirror of https://github.com/ethauvin/android-about-box.git synced 2025-04-24 18:27:11 -07:00

Added default case to switch per PMD report.

This commit is contained in:
Erik C. Thauvin 2017-08-22 00:23:15 -07:00
parent 3ae1c381d1
commit 337b7dafb3

View file

@ -30,6 +30,8 @@ public final class ShareUtil {
case AMAZON:
shareMessage = AboutBoxUtils.amznStoreAppURI + config.packageName;
break;
default:
break;
}
}