reset the app title at weekly view
This commit is contained in:
parent
5dacb916ca
commit
2c1e0e7911
|
@ -183,6 +183,7 @@ class MainActivity : SimpleActivity(), EventListFragment.DeleteListener {
|
|||
main_view_pager.visibility = View.GONE
|
||||
calendar_event_list_holder.visibility = View.GONE
|
||||
main_weekly_scrollview.visibility = View.VISIBLE
|
||||
title = getString(R.string.app_launcher_name)
|
||||
|
||||
week_view_hours_holder.removeAllViews()
|
||||
for (i in 1..23) {
|
||||
|
|
Loading…
Reference in New Issue