mirror of
https://github.com/afollestad/nock-nock.git
synced 2025-10-03 06:38:54 +00:00
0.1.0.1
This commit is contained in:
parent
fbfa7e6d66
commit
f119e07422
3 changed files with 3 additions and 3 deletions
BIN
NockNock-0.1.0.1.apk
Normal file
BIN
NockNock-0.1.0.1.apk
Normal file
Binary file not shown.
|
@ -8,8 +8,8 @@ android {
|
||||||
applicationId "com.afollestad.nocknock"
|
applicationId "com.afollestad.nocknock"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 24
|
targetSdkVersion 24
|
||||||
versionCode 3
|
versionCode 4
|
||||||
versionName "0.1.0"
|
versionName "0.1.0.1"
|
||||||
|
|
||||||
jackOptions {
|
jackOptions {
|
||||||
enabled true
|
enabled true
|
||||||
|
|
|
@ -280,7 +280,7 @@ public class MainActivity extends AppCompatActivity implements SwipeRefreshLayou
|
||||||
if (which == 0) {
|
if (which == 0) {
|
||||||
checkSite(MainActivity.this, model);
|
checkSite(MainActivity.this, model);
|
||||||
} else {
|
} else {
|
||||||
removeSite(MainActivity.this, model, null);
|
removeSite(MainActivity.this, model, () -> mAdapter.remove(index));
|
||||||
}
|
}
|
||||||
}).show();
|
}).show();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue