Displaying "Fetch all account transactions" at end of list only if FetchAllTransactionsOverlay isn't displayed
This commit is contained in:
parent
2646863198
commit
e109145dd7
|
@ -100,7 +100,7 @@ struct AccountTransactionsDialog: View {
|
|||
AccountTransactionListItem(transaction, self.areMoreThanOneBanksTransactionsDisplayed)
|
||||
}
|
||||
|
||||
if haveAllTransactionsBeenFetched == false {
|
||||
if haveAllTransactionsBeenFetched == false && showFetchAllTransactionsOverlay == false {
|
||||
Spacer()
|
||||
|
||||
HStack(alignment: .center) {
|
||||
|
|
Loading…
Reference in New Issue