File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
features/tasks/src/main/kotlin/com/edricchan/studybuddy/features/tasks/list/ui/compat Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ import com.edricchan.studybuddy.utils.dev.isDevMode
5050import com.edricchan.studybuddy.utils.recyclerview.ItemTouchDirection
5151import com.edricchan.studybuddy.utils.recyclerview.setItemTouchHelper
5252import com.google.firebase.auth.FirebaseAuth
53- import com.google.firebase.firestore.FirebaseFirestore
5453import dagger.hilt.android.AndroidEntryPoint
5554import io.github.edricchan03.androidx.recyclerview.ktx.hasFixedSize
5655import kotlinx.coroutines.delay
@@ -66,9 +65,6 @@ class TaskListFragment : ViewBindingFragment<FragTodoBinding>(FragTodoBinding::i
6665 @Inject
6766 lateinit var auth: FirebaseAuth
6867
69- @Inject
70- lateinit var firestore: FirebaseFirestore
71-
7268 private val viewModel by viewModels<TasksListViewModel >()
7369
7470 private val itemListener = itemListener(
You can’t perform that action at this time.
0 commit comments