Skip to content

Commit

Permalink
Merge pull request #1241 from ImranR98/dev
Browse files Browse the repository at this point in the history
Don't use numpad for version extraction match group
  • Loading branch information
ImranR98 authored Jan 4, 2024
2 parents 92ba432 + 0037a08 commit 7843de2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/providers/source_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import 'dart:convert';

import 'package:device_info_plus/device_info_plus.dart';
import 'package:easy_localization/easy_localization.dart';
import 'package:flutter/material.dart';
import 'package:html/dom.dart';
import 'package:http/http.dart';
import 'package:obtainium/app_sources/apkmirror.dart';
Expand Down Expand Up @@ -453,10 +452,7 @@ abstract class AppSource {
],
[
GeneratedFormTextField('matchGroupToUse',
label: tr('matchGroupToUse'),
required: false,
hint: '\$0',
textInputType: const TextInputType.numberWithOptions())
label: tr('matchGroupToUse'), required: false, hint: '\$0')
],
[
GeneratedFormDropdown(
Expand Down

0 comments on commit 7843de2

Please sign in to comment.