mirror of
https://github.com/apache/cordova-android.git
synced 2025-04-22 16:50:45 +08:00
Modified the backend
This commit is contained in:
parent
e9f58961bb
commit
2f4dece26f
@ -169,7 +169,7 @@ public class ContactManager {
|
|||||||
if (all)
|
if (all)
|
||||||
mView.loadUrl("javascript:navigator.ContactManager.droidDone()");
|
mView.loadUrl("javascript:navigator.ContactManager.droidDone()");
|
||||||
else
|
else
|
||||||
mView.loadUrl("javascript:navigator.Contacts.droidDoneContacts();");
|
mView.loadUrl("javascript:navigator.Contacts.droidDone();");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user