mirror of
https://github.com/bitwarden/mobile
synced 2026-01-20 01:13:30 +00:00
PM-3350 Fixed/Updated all MAUI-Migration TODOs
This commit is contained in:
@@ -48,7 +48,7 @@ namespace Bit.App.Controls
|
||||
|
||||
private Task<Stream> GetStreamAsync(CancellationToken userToken = new CancellationToken())
|
||||
{
|
||||
// TODO: [MAUI-Migration] [Critical] now methods are private protected so cannot be used here, figure out workaround
|
||||
// TODO: [MAUI-Avatar] now methods are private protected so cannot be used here, figure out workaround
|
||||
//OnLoadingStarted();
|
||||
//userToken.Register(CancellationTokenSource.Cancel);
|
||||
var result = Draw();
|
||||
|
||||
Reference in New Issue
Block a user