mirror of
https://github.com/bitwarden/mobile
synced 2026-02-13 14:53:19 +00:00
disable events funcionality for now
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user