mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-03 23:50:13 -04:00
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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user