Remove Games link on Android.
This commit is contained in:
parent
d361956290
commit
101e33ec36
1 changed files with 3 additions and 1 deletions
|
|
@ -85,7 +85,9 @@ angular.module('copayApp.services').factory('bitcoincomService', function(gettex
|
||||||
};
|
};
|
||||||
|
|
||||||
var register = function() {
|
var register = function() {
|
||||||
nextStepsService.register(cashGamesItem);
|
if (!platformInfo.isAndroid) { // To comply with Google Play policies
|
||||||
|
nextStepsService.register(cashGamesItem);
|
||||||
|
}
|
||||||
nextStepsService.register(newsItem);
|
nextStepsService.register(newsItem);
|
||||||
nextStepsService.register(poolItem);
|
nextStepsService.register(poolItem);
|
||||||
nextStepsService.register(toolsItem);
|
nextStepsService.register(toolsItem);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue