feat: comments sorter popup
This commit is contained in:
parent
aaf9bdd00c
commit
1694a1cb24
6 changed files with 64 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue