Skip to content

Commit

Permalink
Merge branch 'news-content-fix' of https://github.com/ali-thowfeek/My…
Browse files Browse the repository at this point in the history
…HealthApp into ali-thowfeek-news-content-fix
  • Loading branch information
dewmal committed Apr 11, 2020
2 parents 1a7fa32 + 108ff64 commit 0ffc9d4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/page/screen/dashboard_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -277,11 +277,6 @@ class _DashboardScreenState extends State<DashboardScreen>
Divider(
color: Colors.grey[400].withOpacity(0.1),
),
Html(
data: article.message.length > 350
? article.message.substring(0, 300)
: article.message,
),
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: <Widget>[
Expand Down

0 comments on commit 0ffc9d4

Please sign in to comment.