Commit e24c2256 authored by Mygod's avatar Mygod

Hide circle onResume

parent d78e823c
......@@ -382,6 +382,10 @@ class MainActivity extends Activity with ServiceBoundContext with Drawer.OnDrawe
protected override def onResume() {
super.onResume()
app.refreshContainerHolder()
state match {
case State.STOPPING | State.CONNECTING =>
case _ => hideCircle()
}
}
override def onStart() {
......
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