mirror of
https://github.com/bitwarden/mobile.git
synced 2025-02-04 23:21:25 +01:00
disable events funcionality for now
This commit is contained in:
parent
40a3541e8e
commit
11cdf52ec8
@ -31,6 +31,8 @@ namespace Bit.Core.Services
|
||||
|
||||
public async Task CollectAsync(EventType eventType, string cipherId = null, bool uploadImmediately = false)
|
||||
{
|
||||
return;
|
||||
// TODO
|
||||
var authed = await _userService.IsAuthenticatedAsync();
|
||||
if(!authed)
|
||||
{
|
||||
@ -74,6 +76,8 @@ namespace Bit.Core.Services
|
||||
|
||||
public async Task UploadEventsAsync()
|
||||
{
|
||||
return;
|
||||
// TODO
|
||||
var authed = await _userService.IsAuthenticatedAsync();
|
||||
if(!authed)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user