Skip to content

Commit b11edf4

Browse files
fix: preserve plus button tint on account changes
Signed-off-by: Marino Faggiana <marino.faggiana@nextcloud.com>
1 parent 819361b commit b11edf4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

iOSClient/Files/NCFiles.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ class NCFiles: NCCollectionViewCommon {
3535
self.controller?.account == account {
3636
// (+)
3737
self.mainNavigationController?.menuPlusButton.backgroundColor = NCBrandColor.shared.getElement(account: account)
38-
self.mainNavigationController?.menuPlusButton.tintColor = .white
3938
}
4039
}
4140
}

0 commit comments

Comments
 (0)