We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71113c commit 332c0dcCopy full SHA for 332c0dc
1 file changed
lib/ui/views/reader/reader_view.dart
@@ -117,12 +117,12 @@ class ReaderView extends StackedView<ReaderViewModel> {
117
onTapBibleVersion: () => viewModel.onTapBibleVersion(Area.primary),
118
onTapMenu: () => _scaffoldKey.currentState?.openEndDrawer(),
119
),
120
- floatingActionButton: kDebugMode
121
- ? FloatingActionButton.small(
122
- backgroundColor: context.theme.appColors.appbarBackground,
123
- onPressed: viewModel.onRefreshDebug,
124
- )
125
- : null,
+ // floatingActionButton: kDebugMode
+ // ? FloatingActionButton.small(
+ // backgroundColor: context.theme.appColors.appbarBackground,
+ // onPressed: viewModel.onRefreshDebug,
+ // )
+ // : null,
126
);
127
}
128
0 commit comments