Skip to content

Commit

Permalink
正式版本1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
浊酒入清梦 committed Jun 11, 2019
1 parent c031f45 commit a7a2392
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "com.mzz.zmusicplayer"
minSdkVersion 24
targetSdkVersion 28
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ public boolean onOptionsItemSelected(MenuItem item) {
}

private void initAdapter() {
// HashSet <Integer> allSongIdInFile = LocalSong.getInstance().getAllSongIdInFile();
songInfos = FileManager.getInstance().getAllSongInfos(null);
HashSet <Integer> allSongIdInFile = LocalSong.getInstance().getAllSongIdInFile();
songInfos = FileManager.getInstance().getAllSongInfos(allSongIdInFile);
songPickerAdapter = new SongPickerAdapter(songInfos, rvSongFile);
songPickerAdapter.setQueryTextListener(svSongFile);
songPickerAdapter.setScrollFirstShowInNeed(fabSongScrollFirst);
Expand Down

0 comments on commit a7a2392

Please sign in to comment.