Skip to content

Commit

Permalink
Minor Fix for Luganda
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminSsempala committed Feb 18, 2024
1 parent ac8d2df commit 23d5a58
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 23d5a58

Please sign in to comment.