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