|
@@ -1019,7 +1019,7 @@ If you don't want the dialog to automatically be dismissed when an action button
|
|
the user selects a list item:
|
|
the user selects a list item:
|
|
|
|
|
|
```java
|
|
```java
|
|
-MaterialDialog dialog new MaterialDialog.Builder(this)
|
|
|
|
|
|
+MaterialDialog dialog = new MaterialDialog.Builder(this)
|
|
// ... other initialization
|
|
// ... other initialization
|
|
.autoDismiss(false)
|
|
.autoDismiss(false)
|
|
.show();
|
|
.show();
|