Commit e0e76747 authored by topjohnwu's avatar topjohnwu

Fix close button in FlashActivity

parent e1a65276
...@@ -141,6 +141,12 @@ public class FlashActivity extends BaseActivity { ...@@ -141,6 +141,12 @@ public class FlashActivity extends BaseActivity {
} }
} }
@OnClick(R.id.close)
@Override
public void finish() {
super.finish();
}
@Override @Override
public void onBackPressed() { public void onBackPressed() {
// Prevent user accidentally press back button // Prevent user accidentally press back button
......
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