Skip to content

Commit

Permalink
added comments to AlbumDetailsFragment
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLordPouya committed Nov 25, 2019
1 parent 099ea2b commit 3ba0949
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ import kotlinx.android.synthetic.main.album_details_main_layout.*
import kotlinx.android.synthetic.main.toolbar_layout.*
import java.io.File


/**
* Shows details of an album containing the name and tracks
*/
class AlbumDetailsFragment : BaseFragment() {

private lateinit var viewModel: AlbumDetailsViewModel
Expand Down

0 comments on commit 3ba0949

Please sign in to comment.