mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 18:38:27 +03:00
dont add empty note section first
This commit is contained in:
parent
e0c67f87b0
commit
4c4996ee2a
1 changed files with 1 additions and 2 deletions
|
@ -113,8 +113,7 @@ namespace Bit.App.Pages
|
||||||
EnableSelection = true,
|
EnableSelection = true,
|
||||||
Root = new TableRoot
|
Root = new TableRoot
|
||||||
{
|
{
|
||||||
LoginInformationSection,
|
LoginInformationSection
|
||||||
NotesSection
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue