commit
111de416ca
3 changed files with 3 additions and 3 deletions
|
@ -259,7 +259,7 @@ class _EnteAppState extends State<EnteApp> with WidgetsBindingObserver {
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
if (kDebugMode && Platform.isAndroid) {
|
||||
if (Platform.isAndroid) {
|
||||
return AdaptiveTheme(
|
||||
light: lightThemeData,
|
||||
dark: darkThemeData,
|
||||
|
|
|
@ -43,7 +43,7 @@ class SettingsPage extends StatelessWidget {
|
|||
.subtitle1
|
||||
.copyWith(overflow: TextOverflow.ellipsis),
|
||||
),
|
||||
(kDebugMode && Platform.isAndroid)
|
||||
(Platform.isAndroid)
|
||||
? ThemeSwitchWidget()
|
||||
: const SizedBox.shrink(),
|
||||
],
|
||||
|
|
|
@ -11,7 +11,7 @@ description: ente photos application
|
|||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 0.6.0+330
|
||||
version: 0.6.1+331
|
||||
|
||||
environment:
|
||||
sdk: ">=2.10.0 <3.0.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue