File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ class _FileListScreenState extends State<FileListScreen>
110110 User ? _currentUser;
111111 StreamSubscription ? _userStreamSubscription;
112112 final RefreshController _refreshController =
113- RefreshController (initialRefresh: true );
113+ RefreshController (initialRefresh: false );
114114
115115 @override
116116 void initState () {
@@ -161,10 +161,12 @@ class _FileListScreenState extends State<FileListScreen>
161161 }
162162 });
163163 }
164- LogUtil .d ("initState" , tag: tag);
164+ LogUtil .d ("initState ${DateTime .now ().millisecondsSinceEpoch }" , tag: tag);
165+ _loadFiles ();
165166 }
166167
167168 Future <void > _loadFiles () async {
169+ LogUtil .d ("_loadFiles ${DateTime .now ().millisecondsSinceEpoch }" , tag: tag);
168170 // query file's password from database.
169171 if (_queryPassword) {
170172 var filePassword = await FilePasswordHelper ()
You can’t perform that action at this time.
0 commit comments