Skip to content

Commit 3c5dea3

Browse files
authored
Merge pull request #124 from ZhuJHua/dev
feat(ui): adjust lock page and correct localization
2 parents e55358c + e4c3565 commit 3c5dea3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

lib/l10n/intl_en.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
"editPickAudioFromRecord": "Recording",
230230
"editPickAudioFromFile": "File Audio",
231231
"editDateAndTime": "Date and time",
232-
"editWeather": "weather",
232+
"editWeather": "Weather",
233233
"editCategory": "Category",
234234
"editTag": "Tag",
235235
"editAddTag": "Add tag",

lib/pages/lock/lock_view.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ class LockPage extends StatelessWidget {
8888
return PopScope(
8989
canPop: state.lockType != 'pause',
9090
child: Scaffold(
91+
appBar: AppBar(
92+
leading: null,
93+
automaticallyImplyLeading: false,
94+
),
95+
extendBodyBehindAppBar: true,
9196
body: Center(
9297
child: SingleChildScrollView(
9398
scrollDirection: Axis.vertical,

0 commit comments

Comments
 (0)