Aidan Follestad 10 лет назад
Родитель
Сommit
0da532a5ba
1 измененных файлов с 0 добавлено и 1 удалено
  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();
 ```