File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
app/src/main/java/com/hamzaazman/birthdayreminder/ui/home Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ class HomeFragment : Fragment(R.layout.fragment_home) {
2929 private val allAdapter by lazy {
3030 AllPersonAdapter ()
3131 }
32- private val updateUrl = " https://hamzaazman.github.io/BirthdayReminder/releases/update.json"
33-
3432
3533
3634 @RequiresApi(Build .VERSION_CODES .O )
@@ -77,14 +75,8 @@ class HomeFragment : Fragment(R.layout.fragment_home) {
7775
7876 todaySection.isVisible = state.hasTodayBirthdays
7977
80- // todayBirthdayTitle.isVisible = state.hasTodayBirthdays
81- // todayRecyclerView.isVisible = state.todayBirthdays.isNotEmpty()
82-
83-
8478 allSection.isVisible = state.hasAllBirthdays
8579
86- // allTitle.isVisible = state.hasAllBirthdays
87- // allRecyclerView.isVisible = state.hasAllBirthdays
8880 }
8981 }
9082 }
You can’t perform that action at this time.
0 commit comments