Skip to content

Commit

Permalink
Merge pull request #1862 from airqo-platform/luganda-fix
Browse files Browse the repository at this point in the history
Minor Fix for Translation Functionality
  • Loading branch information
Baalmart authored Feb 19, 2024
2 parents d429515 + 23d5a58 commit ac7fad2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mobile/lib/screens/on_boarding/splash_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ class SplashScreenState extends State<SplashScreen>

@override
Widget build(BuildContext context) {
final locale = Localizations.localeOf(context);
AirQoApp.setLocale(context, locale);

return FutureBuilder<void>(
future: _initializationFuture,
Expand Down

0 comments on commit ac7fad2

Please sign in to comment.