Skip to content

Commit

Permalink
Merge pull request #1942 from ImranR98/dev
Browse files Browse the repository at this point in the history
Correct issue w/ Signal migration
  • Loading branch information
ImranR98 authored Nov 1, 2024
2 parents dd8acd9 + fce2a2f commit e191d75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/providers/source_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,7 @@ appJSONCompatibilityModifiers(Map<String, dynamic> json) {
json['overrideSource'] == null &&
additionalSettings['trackOnly'] == false &&
additionalSettings['versionExtractionRegEx'] == '' &&
json['lastUpdateCheck'] != null &&
json['lastUpdateCheck'] <= 1730484400402000) {
json['lastUpdateCheck'] != null) {
json['url'] = 'https://updates.signal.org/android/latest.json';
var replacementAdditionalSettings = getDefaultValuesFromFormItems(
HTML().combinedAppSpecificSettingFormItems);
Expand Down

0 comments on commit e191d75

Please sign in to comment.