Skip to content

Commit 332c0dc

Browse files
Just so there's no confusion
1 parent d71113c commit 332c0dc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

lib/ui/views/reader/reader_view.dart

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@ class ReaderView extends StackedView<ReaderViewModel> {
117117
onTapBibleVersion: () => viewModel.onTapBibleVersion(Area.primary),
118118
onTapMenu: () => _scaffoldKey.currentState?.openEndDrawer(),
119119
),
120-
floatingActionButton: kDebugMode
121-
? FloatingActionButton.small(
122-
backgroundColor: context.theme.appColors.appbarBackground,
123-
onPressed: viewModel.onRefreshDebug,
124-
)
125-
: null,
120+
// floatingActionButton: kDebugMode
121+
// ? FloatingActionButton.small(
122+
// backgroundColor: context.theme.appColors.appbarBackground,
123+
// onPressed: viewModel.onRefreshDebug,
124+
// )
125+
// : null,
126126
);
127127
}
128128

0 commit comments

Comments
 (0)