force to use ionic prompt to hide password
This commit is contained in:
parent
bf630418d8
commit
20b2f2d6dc
2 changed files with 5 additions and 4 deletions
|
|
@ -118,7 +118,7 @@ angular.module('copayApp.services').service('popupService', function($log, $ioni
|
|||
this.showPrompt = function(title, message, opts, cb) {
|
||||
$log.warn(title + ": " + message);
|
||||
|
||||
if (isCordova)
|
||||
if (isCordova && !opts.force)
|
||||
_cordovaPrompt(title, message, opts, cb);
|
||||
else
|
||||
_ionicPrompt(title, message, opts, cb);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue