mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 10:08:02 -06:00
feat: Migrated strings, and translations to native flutter l10n plugin
This commit is contained in:
@@ -19,6 +19,7 @@ class DocumentsListLoadingWidget extends StatelessWidget {
|
||||
);
|
||||
} else {
|
||||
return ListView.builder(
|
||||
padding: EdgeInsets.zero,
|
||||
physics: const NeverScrollableScrollPhysics(),
|
||||
itemBuilder: (context, index) => _buildFakeListItem(context),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user