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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user