1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-04 01:23:15 +00:00

icon resources for android. more places for extended obs collection.

This commit is contained in:
Kyle Spearrin
2016-05-18 23:30:46 -04:00
parent a470f35465
commit 383a49b75c
19 changed files with 63 additions and 44 deletions

View File

@@ -24,7 +24,7 @@ namespace Bit.App.Utilities
OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
}
public void Reset(IEnumerable<T> range)
public void ResetWithRange(IEnumerable<T> range)
{
Items.Clear();
AddRange(range);