mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 01:02:14 +08:00
Remove usused variable
This commit is contained in:
@ -22,7 +22,6 @@ class JournalApp extends StatelessWidget {
|
||||
Fimber.plantTree(DebugTree.elapsed(useColors: true));
|
||||
|
||||
var pref = await SharedPreferences.getInstance();
|
||||
JournalApp.preferences = pref;
|
||||
|
||||
var localGitRepoConfigured =
|
||||
pref.getBool("localGitRepoConfigured") ?? false;
|
||||
@ -108,7 +107,6 @@ class JournalApp extends StatelessWidget {
|
||||
FirebaseAnalyticsObserver(analytics: analytics);
|
||||
|
||||
static bool isInDebugMode = false;
|
||||
static SharedPreferences preferences;
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
Reference in New Issue
Block a user