Commit d7b7d412 authored by Yusuke Iwaki's avatar Yusuke Iwaki

leave isForeground=false before super.onPause()

parent ac4c28bd
......@@ -59,8 +59,8 @@ public class MainActivity extends AbstractAuthedActivity {
@Override
protected void onPause() {
super.onPause();
isForeground = false;
super.onPause();
}
@Override
......
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