mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-26 06:47:03 +03:00
Open account importer when no account has been imported yet and one clicks on the avatar
This commit is contained in:
parent
19805f31a5
commit
7050cbf03c
1 changed files with 2 additions and 0 deletions
|
@ -250,6 +250,8 @@ public class NotesListViewActivity extends LockedActivity implements NoteClickLi
|
||||||
updateToolbars(false);
|
updateToolbars(false);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
activityBinding.launchAccountSwitcher.setOnClickListener((v) -> askForNewAccount(this));
|
||||||
activityBinding.menuButton.setOnClickListener((v) -> binding.drawerLayout.openDrawer(GravityCompat.START));
|
activityBinding.menuButton.setOnClickListener((v) -> binding.drawerLayout.openDrawer(GravityCompat.START));
|
||||||
|
|
||||||
final LinearLayout searchEditFrame = activityBinding.searchView.findViewById(R.id
|
final LinearLayout searchEditFrame = activityBinding.searchView.findViewById(R.id
|
||||||
|
|
Loading…
Reference in a new issue