Skip to content

Commit

Permalink
Fix variable initialized two times!
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <enrico2588@gmail.com>
  • Loading branch information
enricocid committed Dec 3, 2018
1 parent b4ca4b1 commit b84c702
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ class MainFragment : Fragment() {
mMusic = music
if (mMusic.isNotEmpty()) {
setArtistsRecyclerView()
mNavigationArtist = mArtists[0]
restorePlayerStatus()
} else {
Toast.makeText(mActivity, getString(R.string.error_no_music), Toast.LENGTH_SHORT).show()
Expand Down

0 comments on commit b84c702

Please sign in to comment.