/// <summary> /// Called to handle the command. Show the library selection dialogue and pass on any selected librray to the SourceSelectionDialogFragment /// </summary> /// <param name="commandIdentity"></param> public override void HandleCommand(int commandIdentity) => LibrarySelectionDialogFragment.ShowFragment(CommandRouter.Manager, "Select library to edit", -1, LibrarySelected);
/// <summary> /// Called to handle the command. Show the library selection dialogue and pass on any selected librray to the LibraryManagementController /// </summary> /// <param name="commandIdentity"></param> public override void HandleCommand(int commandIdentity) => LibrarySelectionDialogFragment.ShowFragment(CommandRouter.Manager, "Select library to display", Libraries.Index(ConnectionDetailsModel.LibraryId), LibrarySelected);