We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f108033 commit 10874e4Copy full SHA for 10874e4
app/src/main/java/com/pavel/responsecode/MainActivity.java
@@ -31,7 +31,7 @@ protected void onCreate(Bundle savedInstanceState) {
31
@Override
32
public void onClick(View view) {
33
34
- if (!httpResponseCode.checkResponse(100)){
+ if (!httpResponseCode.checkResponse(200)){
35
// do what ever you want
36
}
37
0 commit comments