Merge pull request 'removed directionality' (#142) from fix_your_tenders into main
Reviewed-on: https://repo.ravanertebat.com/TM/tm_app/pulls/142
This commit is contained in:
@@ -35,9 +35,7 @@ class _YourTendersMobilePageState extends State<YourTendersMobilePage> {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Directionality(
|
return Scaffold(
|
||||||
textDirection: TextDirection.rtl,
|
|
||||||
child: Scaffold(
|
|
||||||
backgroundColor: AppColors.backgroundColor,
|
backgroundColor: AppColors.backgroundColor,
|
||||||
appBar: appBar(context: context, title: YourTendersStrings.yourTenders),
|
appBar: appBar(context: context, title: YourTendersStrings.yourTenders),
|
||||||
body: Column(
|
body: Column(
|
||||||
@@ -106,7 +104,6 @@ class _YourTendersMobilePageState extends State<YourTendersMobilePage> {
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user