File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
app/src/main/java/com/wafflestudio/siksha2/ui/menuDetail Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import android.app.Activity.RESULT_OK
55import android.content.Context
66import android.content.Intent
77import android.content.pm.PackageManager
8- import android.net.Uri
98import android.os.Build
109import android.os.Bundle
1110import android.provider.MediaStore
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ class MenuDetailViewModel @Inject constructor(
165165 config = MenuReviewPagingSource .Config ,
166166 pagingSourceFactory = { menuRepository.getReviewsPagingSource(menuId) }
167167 ).flow.cachedIn(viewModelScope)
168-
168+
169169 fun deleteReview (id : Long ) {
170170 viewModelScope.launch {
171171 val success = menuRepository.deleteReview(id)
You can’t perform that action at this time.
0 commit comments