mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-30 19:36:25 +08:00
Release a bug fix version
Some % of the users are badly affected by a bug, which I cannot seem to reproduce, maybe this debug message will help. Also, I accidentally shipped it with the bottom bar disabled.
This commit is contained in:
@ -78,6 +78,8 @@ class JournalApp extends StatefulWidget {
|
|||||||
appState.gitBaseDirectory,
|
appState.gitBaseDirectory,
|
||||||
settings.internalRepoFolderName,
|
settings.internalRepoFolderName,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Log.i("Calling GitInit at: $repoPath");
|
||||||
await GitRepository.init(repoPath);
|
await GitRepository.init(repoPath);
|
||||||
|
|
||||||
settings.localGitRepoConfigured = true;
|
settings.localGitRepoConfigured = true;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: gitjournal
|
name: gitjournal
|
||||||
description: A Note Taking App Built on top of Git
|
description: A Note Taking App Built on top of Git
|
||||||
version: 1.71.1+10
|
version: 1.71.2+10
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
Reference in New Issue
Block a user