don't remove dialog onBackPressed from dialogStack since it is done via
JS_Interface callback
This commit is contained in:
parent
ec977eb288
commit
a7a25098c9
@ -271,7 +271,6 @@ public class IITC_Mobile extends Activity {
|
|||||||
if (!dialogStack.isEmpty()) {
|
if (!dialogStack.isEmpty()) {
|
||||||
int last = dialogStack.size() - 1;
|
int last = dialogStack.size() - 1;
|
||||||
String id = dialogStack.get(last);
|
String id = dialogStack.get(last);
|
||||||
dialogStack.remove(last);
|
|
||||||
iitc_view.loadUrl("javascript: " +
|
iitc_view.loadUrl("javascript: " +
|
||||||
"var selector = $(window.DIALOGS['" + id + "']); " +
|
"var selector = $(window.DIALOGS['" + id + "']); " +
|
||||||
"selector.dialog('close'); " +
|
"selector.dialog('close'); " +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user