Reset the last acted id when the song selector is opened
This commit is contained in:
parent
043b5c18b0
commit
f5f86018ec
@ -124,6 +124,7 @@ public class SongSelector extends Dialog implements AdapterView.OnItemClickListe
|
||||
mTextFilter.setInputType(inputType);
|
||||
|
||||
mDefaultAction = Integer.parseInt(settings.getString("default_action_int", "0"));
|
||||
mLastActedId = 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user