Skip to content

Commit 2563678

Browse files
committed
locagic change
1 parent 10874e4 commit 2563678

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/src/main/java/com/pavel/responsecode/MainActivity.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ protected void onCreate(Bundle savedInstanceState) {
3232
public void onClick(View view) {
3333

3434
if (!httpResponseCode.checkResponse(200)){
35-
// do what ever you want
35+
/**
36+
*
37+
* do what ever you want if status code is not 200 then automaticaly status will show through a toast
38+
*
39+
*/
3640
}
3741
}
3842
});

0 commit comments

Comments
 (0)