mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +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,
|
||||
Root = new TableRoot
|
||||
{
|
||||
LoginInformationSection,
|
||||
NotesSection
|
||||
LoginInformationSection
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue