Disable print statements
This commit is contained in:
parent
11aad53f71
commit
f786e3f5dc
@ -89,7 +89,7 @@ class AppLogic {
|
|||||||
/// If a view overrides this, it is responsible for setting it back to [supportedOrientations] when disposed.
|
/// If a view overrides this, it is responsible for setting it back to [supportedOrientations] when disposed.
|
||||||
void _updateSystemOrientation() {
|
void _updateSystemOrientation() {
|
||||||
final axisList = _supportedOrientationsOverride ?? supportedOrientations;
|
final axisList = _supportedOrientationsOverride ?? supportedOrientations;
|
||||||
debugPrint('updateDeviceOrientation, supportedAxis: $axisList');
|
//debugPrint('updateDeviceOrientation, supportedAxis: $axisList');
|
||||||
final orientations = <DeviceOrientation>[];
|
final orientations = <DeviceOrientation>[];
|
||||||
if (axisList.contains(Axis.vertical)) {
|
if (axisList.contains(Axis.vertical)) {
|
||||||
orientations.addAll([
|
orientations.addAll([
|
||||||
|
@ -29,7 +29,7 @@ class AppStyle {
|
|||||||
} else {
|
} else {
|
||||||
scale = .85; // small phone
|
scale = .85; // small phone
|
||||||
}
|
}
|
||||||
debugPrint('screenSize=$screenSize, scale=$scale');
|
//debugPrint('screenSize=$screenSize, scale=$scale');
|
||||||
}
|
}
|
||||||
|
|
||||||
late final double scale;
|
late final double scale;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user