File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ dependencies {
6868
6969** Deprecated**
7070
71- | OLD | New |
72- | :---------------------------------------------------------- | :---- ----------------------------------------------------------------|
73- | ` SearchViewDialog(getSupportFragmentManager(), list) ` | ` SearchViewDialog(getSupportFragmentManager()) .setItems(list) ` |
71+ | OLD | New |
72+ | :-------------------------------------------------------| : ----------------------------------------------------------------|
73+ | ` SearchViewDialog(getSupportFragmentManager(), list) ` | ` SearchViewDialog(getSupportFragmentManager()) .setItems(list) ` |
7474
7575---
7676
@@ -90,7 +90,7 @@ listString.add("Lorem ipsum dolor");
9090new SearchViewDialog (getSupportFragmentManager())
9191 .setItems(listString);
9292```
93- ** Type 3** for this type you should override function ` toString() ` to your ` model pojo `
93+ ** Type 3** for this type you should override function ` toString() ` in your ` model pojo `
9494``` java
9595
9696public class ExampleModel {
You can’t perform that action at this time.
0 commit comments