From c90cc766a1358dede05228aabf7cc05e683d5aea Mon Sep 17 00:00:00 2001 From: geoffroy Date: Wed, 27 Jan 2016 17:33:56 -0500 Subject: [PATCH] Correction of a tricky bug in Edit Task lists: a final position int was passed to two listeners, even though the position might change. So the first value was always used. Change is to determine position at runtime and not use a final int. --- DoNExt/app/src/main/AndroidManifest.xml | 2 +- .../donext/adapters/TaskListRecyclerViewAdapter.java | 10 +++++----- .../donext/adapters/TaskRecyclerViewAdapter.java | 3 +-- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/DoNExt/app/src/main/AndroidManifest.xml b/DoNExt/app/src/main/AndroidManifest.xml index 246d258..95802a6 100644 --- a/DoNExt/app/src/main/AndroidManifest.xml +++ b/DoNExt/app/src/main/AndroidManifest.xml @@ -17,7 +17,7 @@ - + 18,