mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 04:35:32 +00:00
avoid warnings
Change-Id: I8794623bed951e84a9d1405d5d3fe01234f6ea52
This commit is contained in:
+1
-1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user