Skip to content

Commit

Permalink
Update main.dart
Browse files Browse the repository at this point in the history
Changed the default subreddit
  • Loading branch information
hathibelagal committed Nov 9, 2017
1 parent 75b8e39 commit c67cb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Expand Up @@ -33,7 +33,7 @@ class _Plebeian extends State<Plebeian> {
String BASE_URL = "https://www.reddit.com";
String COMMENTS_BASE_URL = "https://www.reddit.com/comments/";

String currentSubreddit = "/r/AskReddit";
String currentSubreddit = "/r/Science";
List<Post> posts = [];
bool loading = true;

Expand Down

0 comments on commit c67cb5e

Please sign in to comment.