mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
disable events funcionality for now
This commit is contained in:
parent
40a3541e8e
commit
11cdf52ec8
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue