mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
enable event logging
This commit is contained in:
parent
421834153d
commit
580fa02ee1
1 changed files with 0 additions and 4 deletions
|
@ -31,8 +31,6 @@ 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)
|
||||
{
|
||||
|
@ -76,8 +74,6 @@ namespace Bit.Core.Services
|
|||
|
||||
public async Task UploadEventsAsync()
|
||||
{
|
||||
return;
|
||||
// TODO
|
||||
var authed = await _userService.IsAuthenticatedAsync();
|
||||
if(!authed)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue