avoid warnings

Change-Id: I8794623bed951e84a9d1405d5d3fe01234f6ea52
This commit is contained in:
Axel Uhl
2016-07-19 17:01:36 +02:00
parent 4d86e764f7
commit 31e8e248ff
@@ -55,7 +55,7 @@ public abstract class AbstractBaseActivity extends SendingServiceAwareActivity {
}
public void showErrorPopup(String title, String message) {
AlertDialog dialog = new AlertDialog.Builder(this, R.style.AppTheme_AlertDialog)
new AlertDialog.Builder(this, R.style.AppTheme_AlertDialog)
.setTitle(title)
.setMessage(message)
.setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() {