Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
BrightDV committed Oct 11, 2022
1 parent 05b4a33 commit 9011436
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/api/news.dart
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ class JoinArticlesParts extends StatelessWidget {
JoinArticlesParts(this.article);

Widget build(BuildContext context) {
WebViewController _controller;
bool useDarkMode =
Hive.box('settings').get('darkMode', defaultValue: true) as bool;
List articleContent = article.articleContent;
Expand Down

0 comments on commit 9011436

Please sign in to comment.