mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Optimizations
This commit is contained in:
parent
e42626fbfa
commit
6b6da51894
1 changed files with 0 additions and 1 deletions
|
@ -484,7 +484,6 @@ public class DrugListActivity extends AppCompatActivity {
|
|||
|
||||
Prescription prescription = prescriptionList.get(position);
|
||||
|
||||
|
||||
if (direction == ItemTouchHelper.LEFT) {
|
||||
prescriptionList.remove(position);
|
||||
mAdapter.notifyItemRemoved(position);
|
||||
|
|
Loading…
Reference in a new issue