This commit is contained in:
Aidan Follestad 2016-07-30 19:45:45 -05:00
commit f119e07422
3 changed files with 3 additions and 3 deletions

BIN
NockNock-0.1.0.1.apk Normal file

Binary file not shown.

View file

@ -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

View file

@ -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 {