Shim for Array.includes (fixing receive notifications) + Android KitKat fixes (effect on slide + received payment notification)
This commit is contained in:
parent
b0fba31040
commit
c14820ea34
3 changed files with 57 additions and 1 deletions
|
|
@ -116,7 +116,8 @@ angular.module('copayApp.directives')
|
|||
|
||||
function getTransformStyle(translatePct) {
|
||||
return {
|
||||
'transform': 'translateX(' + translatePct + '%)'
|
||||
'transform': 'translateX(' + translatePct + '%)',
|
||||
'-webkit-transform': 'translateX(' + translatePct + '%)'
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue