Skip to content

Commit 7ee994a

Browse files
Getting address With toast
1 parent 47bfc00 commit 7ee994a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You will see something like this :
6161

6262
### Getting address With toast, in case you missed the address log in logcat
6363
As this library is auto-initialize, if you want to get the address log only in debug build, add the following method and call
64-
`java
64+
```java
6565
public static void showDebugDBAddressLogToast(Context context) {
6666
if (BuildConfig.DEBUG) {
6767
try {
@@ -74,7 +74,7 @@ public static void showDebugDBAddressLogToast(Context context) {
7474
}
7575
}
7676
}
77-
`
77+
```
7878

7979
### Find this project useful ? :heart:
8080
* Support it by clicking the :star: button on the upper right of this page. :v:

0 commit comments

Comments
 (0)