feat: comments sorter popup

This commit is contained in:
aayush262 2024-02-15 15:25:18 +05:30
parent aaf9bdd00c
commit 1694a1cb24
6 changed files with 64 additions and 12 deletions

View file

@ -87,7 +87,7 @@ class CalendarActivity : AppCompatActivity() {
binding.listTitle.setText(R.string.release_calendar)
binding.listSort.visibility = View.GONE
binding.random.visibility = View.GONE
binding.listTabLayout.addOnTabSelectedListener(object : TabLayout.OnTabSelectedListener {
override fun onTabSelected(tab: TabLayout.Tab?) {
this@CalendarActivity.selectedTabIdx = tab?.position ?: 1