Ver Fonte

Fixed wrong code example

Paul Woitaschek há 9 anos atrás
pai
commit
025fa8035d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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:
 
 ```java
-MaterialDialog dialog new MaterialDialog.Builder(this)
+MaterialDialog dialog = new MaterialDialog.Builder(this)
         // ... other initialization
         .autoDismiss(false)
         .show();