reset the app title at weekly view

This commit is contained in:
tibbi 2017-01-18 23:19:36 +01:00
parent 5dacb916ca
commit 2c1e0e7911
1 changed files with 1 additions and 0 deletions

View File

@ -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) {