Commit b0a3df91 authored by Yusuke Iwaki's avatar Yusuke Iwaki Committed by GitHub

Merge pull request #102 from RocketChat/fix_login_screen_now_shown

fix issue that login screen is not shown.
parents b3516ddd ec7a8973
......@@ -53,8 +53,8 @@ public class MainActivity extends AbstractAuthedActivity {
@Override
protected void onResume() {
super.onResume();
isForeground = true;
super.onResume();
}
@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