mirror of
https://github.com/bitwarden/android.git
synced 2024-12-19 15:52:29 +03:00
init _tableItems as empty list
This commit is contained in:
parent
3f04b465f3
commit
6b1a435cdc
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ namespace Bit.iOS.Extension
|
||||||
{
|
{
|
||||||
private const string CellIdentifier = "TableCell";
|
private const string CellIdentifier = "TableCell";
|
||||||
|
|
||||||
private IEnumerable<LoginViewModel> _tableItems;
|
private IEnumerable<LoginViewModel> _tableItems = new List<LoginViewModel>();
|
||||||
private Context _context;
|
private Context _context;
|
||||||
private LoginListViewController _controller;
|
private LoginListViewController _controller;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue