We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742c5bf commit 631e117Copy full SHA for 631e117
mobile-app/lib/ui/views/learn/widgets/hint/hint_widget_view.dart
@@ -158,14 +158,6 @@ class HintWidgetView extends StatelessWidget {
158
icon: const Icon(Icons.restart_alt),
159
padding: const EdgeInsets.all(16),
160
),
161
- IconButton(
162
- onPressed: () {
163
- challengeModel.setShowPreview = true;
164
- challengeModel.setShowPanel = false;
165
- },
166
- icon: const Icon(Icons.remove_red_eye_outlined),
167
- padding: const EdgeInsets.all(16),
168
- )
169
],
170
171
0 commit comments