Explorar el Código

Yet another README update

Aidan Follestad hace 10 años
padre
commit
0da532a5ba
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      README.md

+ 0 - 1
README.md

@@ -330,7 +330,6 @@ new MaterialDialog.Builder(this)
         .title(R.string.title)
         .customView(R.layout.custom_view, wrapInScrollView)
         .positiveText(R.string.positive)
-        .build()
         .show();
 ```