Skip to content

Commit

Permalink
mini-fix | isTest -> _isTest
Browse files Browse the repository at this point in the history
  • Loading branch information
bricefriha committed Jun 21, 2024
1 parent 2ad26d6 commit 6bc7347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AresNews/AresNews/Views/ArticlePage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public partial class ArticlePage : ContentPage
private const bool _isTest = true;
#else
private const double TimeMaxArticles = 30;
private const bool isTest = false;
private const bool _isTest = false;
#endif
private ArticleViewModel _vm;
private uint _modalHeightStart = 0;
Expand Down

0 comments on commit 6bc7347

Please sign in to comment.