always switch enable for android devices
This commit is contained in:
parent
0c53e52015
commit
86f151de83
2 changed files with 4 additions and 2 deletions
|
|
@ -78,7 +78,7 @@
|
|||
<div translate>About Copay</div>
|
||||
</li>
|
||||
</ul>
|
||||
<div ng-show="index.usePushNotifications && !PNEnabledByUser && !isAndroid">
|
||||
<div ng-show="prefGlobal.usePushNotifications && !PNEnabledByUser && isIOS">
|
||||
<div class="text-centered text-gray size-12 m10" translate>Push notifications for Copay are currently disabled. Enable them in the Settings app.</div>
|
||||
<ul class="no-bullet m0" ng-click="prefGlobal.openSettings()">
|
||||
<li ng-style="{'color':index.backgroundColor}" translate>Open Settings app</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue