Skip to content

Commit

Permalink
Fix basmala bug in search page
Browse files Browse the repository at this point in the history
  • Loading branch information
abdlrhmanshehatamoussa committed Nov 21, 2021
1 parent b73226d commit 22546d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/search/widgets/search-form.dart
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class _State extends State<SearchForm> {
value: settings.basmala,
onChanged: (bool val) async {
setState(() {
settings.updateBasmala(val);
settings=settings.updateBasmala(val);
});
},
);
Expand Down

0 comments on commit 22546d4

Please sign in to comment.