Skip to content

Commit

Permalink
Merge pull request #134 from DislikesSchool/restyled/build-homepage-u…
Browse files Browse the repository at this point in the history
…pdate

Restyle Build homepage update
  • Loading branch information
vyPal authored Sep 20, 2023
2 parents 9c4b797 + e9f8cfd commit b8545a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ class PageBaseState extends State<PageBase> {
super.setState(fn);
}


void _onDestinationSelected(int index) {
setState(() {
_selectedIndex = index;
Expand All @@ -131,7 +130,6 @@ class PageBaseState extends State<PageBase> {
});
await remoteConfig.fetchAndActivate();
baseUrl = remoteConfig.getString("baseUrl");

}

getMsgs() async {
Expand Down

0 comments on commit b8545a0

Please sign in to comment.