Simplification

This commit is contained in:
M66B 2016-07-25 08:12:42 +02:00
parent 4d85a059a9
commit 37193ddf35
1 changed files with 1 additions and 3 deletions

View File

@ -562,9 +562,7 @@ public class Util {
}
public static void sendCrashReport(Throwable ex, final Context context) {
if (!isPlayStoreInstall(context))
return;
if (!(Util.isDebuggable(context) || Util.getSelfVersionName(context).contains("beta")))
if (!isPlayStoreInstall(context) || Util.isDebuggable(context))
return;
try {