mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
init _tableItems as empty list
This commit is contained in:
@@ -101,7 +101,7 @@ namespace Bit.iOS.Extension
|
||||
{
|
||||
private const string CellIdentifier = "TableCell";
|
||||
|
||||
private IEnumerable<LoginViewModel> _tableItems;
|
||||
private IEnumerable<LoginViewModel> _tableItems = new List<LoginViewModel>();
|
||||
private Context _context;
|
||||
private LoginListViewController _controller;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user