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 {
@Override
protected void onResume() {
super.onResume();
isForeground = true;
super.onResume();
}
@Override
protected void onPause() {
isForeground = false;
super.onPause();
isForeground = false;
}
@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