don't remove dialog onBackPressed from dialogStack since it is done via

JS_Interface callback
This commit is contained in:
Philipp Schaefer 2013-06-14 01:32:38 +02:00
parent ec977eb288
commit a7a25098c9

View File

@ -271,7 +271,6 @@ public class IITC_Mobile extends Activity {
if (!dialogStack.isEmpty()) {
int last = dialogStack.size() - 1;
String id = dialogStack.get(last);
dialogStack.remove(last);
iitc_view.loadUrl("javascript: " +
"var selector = $(window.DIALOGS['" + id + "']); " +
"selector.dialog('close'); " +