mirror of
https://github.com/afollestad/nock-nock.git
synced 2025-10-02 22:28: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"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 24
|
||||
versionCode 3
|
||||
versionName "0.1.0"
|
||||
versionCode 4
|
||||
versionName "0.1.0.1"
|
||||
|
||||
jackOptions {
|
||||
enabled true
|
||||
|
|
|
@ -280,7 +280,7 @@ public class MainActivity extends AppCompatActivity implements SwipeRefreshLayou
|
|||
if (which == 0) {
|
||||
checkSite(MainActivity.this, model);
|
||||
} else {
|
||||
removeSite(MainActivity.this, model, null);
|
||||
removeSite(MainActivity.this, model, () -> mAdapter.remove(index));
|
||||
}
|
||||
}).show();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue