mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-19 07:09:14 +00:00
fix: removed duplicate insertion of localization widget (was both in main and in app widget)
This commit is contained in:
parent
844039e0f2
commit
c2a77b9fc5
|
@ -42,11 +42,9 @@ void main() async {
|
||||||
Bloc.observer = SimpleBlocObserver();
|
Bloc.observer = SimpleBlocObserver();
|
||||||
|
|
||||||
runApp(
|
runApp(
|
||||||
Localization(
|
SelfprivacyApp(
|
||||||
child: SelfprivacyApp(
|
lightThemeData: lightThemeData,
|
||||||
lightThemeData: lightThemeData,
|
darkThemeData: darkThemeData,
|
||||||
darkThemeData: darkThemeData,
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue