Skip to content

Commit

Permalink
Remove unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jun 14, 2020
1 parent 2058a0e commit 8275791
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/main/java/com/skydoves/sandwichdemo/MainViewModel.kt
Expand Up @@ -20,7 +20,6 @@ import androidx.lifecycle.LiveData
import androidx.lifecycle.MutableLiveData
import androidx.lifecycle.ViewModel
import com.skydoves.sandwich.DataRetainPolicy
import com.skydoves.sandwich.ResponseDataSource
import com.skydoves.sandwich.StatusCode
import com.skydoves.sandwich.map
import com.skydoves.sandwich.message
Expand All @@ -35,9 +34,6 @@ import timber.log.Timber

class MainViewModel constructor(disneyService: DisneyService) : ViewModel() {

// request API call Asynchronously and holding successful response data.


val posterListLiveData: LiveData<List<Poster>>
val toastLiveData = MutableLiveData<String>()

Expand Down

0 comments on commit 8275791

Please sign in to comment.