Commit 0d54d9cd authored by Mygod's avatar Mygod

bugfix

parent 8611a66c
...@@ -277,7 +277,7 @@ class AppManager extends Activity with OnCheckedChangeListener with OnClickListe ...@@ -277,7 +277,7 @@ class AppManager extends Activity with OnCheckedChangeListener with OnClickListe
handler = new Handler() handler = new Handler()
val actionBar = getActionBar val actionBar = getActionBar()
actionBar.setTitle(R.string.proxied_help) actionBar.setTitle(R.string.proxied_help)
actionBar.setDisplayHomeAsUpEnabled(true) actionBar.setDisplayHomeAsUpEnabled(true)
this.setContentView(R.layout.layout_apps) this.setContentView(R.layout.layout_apps)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment