mirror of
https://github.com/afollestad/nock-nock.git
synced 2025-08-03 06:38:38 +00:00
Quick fix, 0.1.2.0 again
This commit is contained in:
parent
e2f47e6a22
commit
665ab6ad7c
3 changed files with 4 additions and 1 deletions
Binary file not shown.
|
@ -8,7 +8,7 @@ android {
|
||||||
applicationId "com.afollestad.nocknock"
|
applicationId "com.afollestad.nocknock"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 24
|
targetSdkVersion 24
|
||||||
versionCode 9
|
versionCode 10
|
||||||
versionName "0.1.2.0"
|
versionName "0.1.2.0"
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
|
|
|
@ -215,6 +215,9 @@ public class CheckService extends Service {
|
||||||
if (site.reason != null && !site.toString().isEmpty())
|
if (site.reason != null && !site.toString().isEmpty())
|
||||||
site.status = ServerStatus.ERROR;
|
site.status = ServerStatus.ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (site.status == ServerStatus.ERROR)
|
||||||
|
showNotification(this, site);
|
||||||
} catch (BridgeException e) {
|
} catch (BridgeException e) {
|
||||||
processError(e, site);
|
processError(e, site);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue