Skip to content

Commit 23ae018

Browse files
committed
fix language not being maintained when filters are updated
1 parent 496a2db commit 23ae018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/lib/models/search/search_filter.model.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ class SearchFilter {
293293
context: context ?? this.context,
294294
filename: filename ?? this.filename,
295295
description: description ?? this.description,
296-
language: language,
296+
language: language ?? this.language,
297297
people: people ?? this.people,
298298
location: location ?? this.location,
299299
camera: camera ?? this.camera,

0 commit comments

Comments
 (0)