Commit f53c2506 authored by Conor Shipp's avatar Conor Shipp Committed by Jeffrey Schiller

Fix BackPress

parent 36139183
......@@ -566,8 +566,8 @@ public class Form extends AppInventorCompatActivity
public void onBackPressed() {
if (!BackPressed()) {
AnimationUtil.ApplyCloseScreenAnimation(this, closeAnimType);
super.onBackPressed();
}
super.onBackPressed();
}
@SimpleEvent(description = "Device back button pressed.")
......
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