1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-31 23:53:25 +00:00

PS-785 Added logs for exceptions on UpdateTemplatedCell and the extra data on each ExtendedCollectionView usage (#1943)

This commit is contained in:
Federico Maccaroni
2022-06-07 15:57:53 -03:00
committed by GitHub
parent b223f5f16e
commit ec71b21264
13 changed files with 68 additions and 11 deletions

View File

@@ -4,5 +4,6 @@ namespace Bit.App.Controls
{
public class ExtendedCollectionView : CollectionView
{
public string ExtraDataForLogging { get; set; }
}
}