mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 11:41:09 +08:00
mod: search dynamic
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -160,12 +160,10 @@ class MyApp extends StatelessWidget {
|
||||
// showSemanticsDebugger: true,
|
||||
title: 'PiliPalaX',
|
||||
theme: _getThemeData(
|
||||
context: context,
|
||||
colorScheme: lightColorScheme,
|
||||
isDynamic: lightDynamic != null && isDynamicColor,
|
||||
),
|
||||
darkTheme: _getThemeData(
|
||||
context: context,
|
||||
colorScheme: darkColorScheme,
|
||||
isDynamic: darkDynamic != null && isDynamicColor,
|
||||
),
|
||||
@@ -201,7 +199,6 @@ class MyApp extends StatelessWidget {
|
||||
}
|
||||
|
||||
ThemeData _getThemeData({
|
||||
required BuildContext context,
|
||||
required ColorScheme colorScheme,
|
||||
required bool isDynamic,
|
||||
}) {
|
||||
|
||||
Reference in New Issue
Block a user