Skip to content

Commit

Permalink
disable sample/preview in BookDetailView
Browse files Browse the repository at this point in the history
  • Loading branch information
natlibfi-psams committed Nov 27, 2024
1 parent 261eeb9 commit a073d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Palace/Book/UI/TPPBookDetailView.m
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ - (void)updateFonts

- (void)createButtonsView
{
self.buttonsView = [[TPPBookButtonsView alloc] initWithSamplesEnabled: YES];
self.buttonsView = [[TPPBookButtonsView alloc] initWithSamplesEnabled: NO];
[self.buttonsView configureForBookDetailsContext];
self.buttonsView.translatesAutoresizingMaskIntoConstraints = NO;
self.buttonsView.showReturnButtonIfApplicable = YES;
Expand Down

0 comments on commit a073d68

Please sign in to comment.