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.

This commit is contained in:
2016-01-27 17:33:56 -05:00
parent 133df4c414
commit c90cc766a1
3 changed files with 7 additions and 8 deletions

View File

@@ -17,7 +17,7 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</activity>18,
<activity
android:name=".activities.SettingsActivity"
android:label="@string/action_settings"