1
0
Fork 0
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:
Alex Dibrivnyi 2017-02-09 22:17:57 +02:00
parent 2c0511a7fd
commit 077aad00c0

View file

@ -30,6 +30,7 @@ public final class EmailUtil {
break;
default:
emailSubject = config.emailSubject;
break;
}
String emailBody = config.emailBody;
if (TextUtils.isEmpty(emailBody)) {