Skip to content

Commit

Permalink
fix: Edit page not accessible on hebrew (#3453)
Browse files Browse the repository at this point in the history
Co-authored-by: monsieurtanuki <fabrice_fontaine@hotmail.com>
  • Loading branch information
M123-dev and monsieurtanuki committed Dec 23, 2022
1 parent c7034d7 commit 5f824c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ List<Widget>? _buildActions(
}

if (Directionality.of(context) == TextDirection.rtl) {
return actions.reversed.toList(growable: false);
return actions.reversed.toList();
} else {
return actions;
}
Expand Down

0 comments on commit 5f824c6

Please sign in to comment.