Skip to content

Commit f0fc0d3

Browse files
committed
Merge pull request #98 from NativeScript/totev/wp8-emu
Fix starting of WP8 emulator (update to the latest common lib)
2 parents ebab338 + 2afdb1a commit f0fc0d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/services/analytics-settings-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class AnalyticsSettingsService implements IAnalyticsSettingsService {
44
constructor(private $userSettingsService: UserSettings.IUserSettingsService,
55
private $staticConfig: IStaticConfig) { }
66

7-
public canRequestConsent(): IFuture<boolean> {
7+
public canDoRequest(): IFuture<boolean> {
88
return (() => { return true; }).future<boolean>()();
99
}
1010

0 commit comments

Comments
 (0)