We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e55358c + e4c3565 commit 3c5dea3Copy full SHA for 3c5dea3
lib/l10n/intl_en.arb
@@ -229,7 +229,7 @@
229
"editPickAudioFromRecord": "Recording",
230
"editPickAudioFromFile": "File Audio",
231
"editDateAndTime": "Date and time",
232
- "editWeather": "weather",
+ "editWeather": "Weather",
233
"editCategory": "Category",
234
"editTag": "Tag",
235
"editAddTag": "Add tag",
lib/pages/lock/lock_view.dart
@@ -88,6 +88,11 @@ class LockPage extends StatelessWidget {
88
return PopScope(
89
canPop: state.lockType != 'pause',
90
child: Scaffold(
91
+ appBar: AppBar(
92
+ leading: null,
93
+ automaticallyImplyLeading: false,
94
+ ),
95
+ extendBodyBehindAppBar: true,
96
body: Center(
97
child: SingleChildScrollView(
98
scrollDirection: Axis.vertical,
0 commit comments