Skip to content

Commit 6d4f54c

Browse files
committed
release versi 1.0.3 dari bg egi10
1 parent 430c5f0 commit 6d4f54c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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");
9090
new 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

9696
public class ExampleModel {

0 commit comments

Comments
 (0)