Skip to content

Commit

Permalink
Resolves Flutter CI Build Fail Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshatji800 committed Sep 16, 2023
1 parent 054f984 commit 5208830
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions lib/Pages/home_screen/widgets/rss_feed_home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1011,20 +1011,23 @@ class _RSSFeedHomePageState extends State<RSSFeedHomePage>
Padding(
padding:
const EdgeInsets
.only(
.only(
top: 20),
child: Column(
crossAxisAlignment:
CrossAxisAlignment
.start,
children: [
Padding(
padding: const EdgeInsets
padding:
const EdgeInsets
.only(
right: 20,
left: 20,
bottom:
5),
right:
20,
left:
20,
bottom:
5),
child: Text(
l10n.selected_magnet_link,
style: TextStyle(
Expand All @@ -1043,7 +1046,7 @@ class _RSSFeedHomePageState extends State<RSSFeedHomePage>
),
Padding(
padding: const EdgeInsets
.only(
.only(
left:
20.0,
right:
Expand Down Expand Up @@ -1384,7 +1387,7 @@ class _RSSFeedHomePageState extends State<RSSFeedHomePage>
? Padding(
padding:
const EdgeInsets
.only(
.only(
top: 8.0),
child: Container(
height: 1,
Expand Down

0 comments on commit 5208830

Please sign in to comment.