Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed Jul 28, 2021
2 parents 6c344f9 + 149cdb5 commit 54dfad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ui/invoice/edit/invoice_edit_desktop.dart
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ class _PdfPreview extends StatefulWidget {
class __PdfPreviewState extends State<_PdfPreview> {
final _pdfDebouncer = Debouncer(milliseconds: kMillisecondsToDebounceSave);

bool _isLoading = true;
bool _isLoading = false;
String _pdfString;
PdfController _pdfController;

Expand Down
2 changes: 1 addition & 1 deletion lib/ui/invoice/edit/invoice_edit_pdf.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class InvoiceEditPDF extends StatefulWidget {
}

class InvoiceEditPDFState extends State<InvoiceEditPDF> {
bool _isLoading = true;
bool _isLoading = false;
String _pdfString;
PdfController _pdfController;

Expand Down

0 comments on commit 54dfad3

Please sign in to comment.