Skip to content

Commit a4a912c

Browse files
committed
chore: Remove unused code
1 parent e9db820 commit a4a912c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/src/main/java/com/prography/android/test/hyunjung/ui/home/HomeViewModel.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,4 @@ class HomeViewModel @Inject constructor(
3535
currentPage++
3636
}
3737
}
38-
39-
fun toggleBookmark(photo: Photo) {
40-
viewModelScope.launch {
41-
42-
}
43-
}
4438
}

0 commit comments

Comments
 (0)