Displaying "Fetch all account transactions" at end of list only if FetchAllTransactionsOverlay isn't displayed

This commit is contained in:
dankito 2020-08-10 16:07:58 +02:00
parent 2646863198
commit e109145dd7
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ struct AccountTransactionsDialog: View {
AccountTransactionListItem(transaction, self.areMoreThanOneBanksTransactionsDisplayed)
}
if haveAllTransactionsBeenFetched == false {
if haveAllTransactionsBeenFetched == false && showFetchAllTransactionsOverlay == false {
Spacer()
HStack(alignment: .center) {