Commit 666bc18e authored by Yusuke Iwaki's avatar Yusuke Iwaki

fix issue that login screen is not shown.

parent 9af2a0d2
...@@ -53,14 +53,14 @@ public class MainActivity extends AbstractAuthedActivity { ...@@ -53,14 +53,14 @@ public class MainActivity extends AbstractAuthedActivity {
@Override @Override
protected void onResume() { protected void onResume() {
super.onResume();
isForeground = true; isForeground = true;
super.onResume();
} }
@Override @Override
protected void onPause() { protected void onPause() {
isForeground = false;
super.onPause(); super.onPause();
isForeground = false;
} }
@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