Reset the last acted id when the song selector is opened

This commit is contained in:
Christopher Eby 2010-04-03 10:24:38 -05:00
parent 043b5c18b0
commit f5f86018ec

View File

@ -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