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 26d5022 commit ce68cafCopy full SHA for ce68caf
lib/presentation/settings/view/edit_translator_page.dart
@@ -167,6 +167,7 @@ class _MobileTranslatorPageState extends State<MobileTranslatorPage> {
167
sliver: SliverList(
168
delegate: SliverChildListDelegate(
169
[
170
+ /* Google translate has not been implemented yet
171
Gap(widget.dividerSpacing * 3),
172
// TODO: Translate this into a reusable stateless widget
173
Row(
@@ -225,6 +226,8 @@ class _MobileTranslatorPageState extends State<MobileTranslatorPage> {
225
226
);
227
},
228
),
229
+ */
230
+
231
232
233
children: [
0 commit comments