Skip to content

Commit

Permalink
update screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
derdilla committed Jul 29, 2023
1 parent 2da1a87 commit 8eb7737
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,7 @@ app.*.map.json
/android/app/profile
/android/app/release
/main.dart.incremental.dill

/l10n_errors.txt
/fastlane/metadata/android/en-US/images/phoneScreenshots/resizeAll.sh
/tmp6.csv
2 changes: 1 addition & 1 deletion fastlane/metadata/android/de-DE/changelogs/18.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
* Abhängigkeiten aktualisieren und zu Material 3 (You) design wechseln
* Behebung eines Fehlers der dafür sorgt, das die Hauptseite nach Abbruch des Zeitauswahlvorgangs abstürzt
* Behebung eines Fehlers, der dafür sorgt, dass die Hauptseite nach Abbruch des Zeitauswahlvorgangs abstürzt
* Füge optionale Trendlinien zum Graph hinzu
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/screens/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class AppHome extends StatelessWidget {
verticalDirection: VerticalDirection.up,
children: [
Theme(
data: Theme.of(context).copyWith(useMaterial3: true),
data: Theme.of(context),
child: FloatingActionButton(
tooltip: 'Add measurement',
autofocus: true,
Expand Down

0 comments on commit 8eb7737

Please sign in to comment.