mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-20 12:13:26 +01:00
Fix Error Log not showing UIAlertController on iOS <=13
This commit is contained in:
@@ -112,6 +112,8 @@ private extension ErrorLogViewController
|
|||||||
cell.menuButton.menu = menu
|
cell.menuButton.menu = menu
|
||||||
cell.menuButton.showsMenuAsPrimaryAction = self.isScrolling ? false : true
|
cell.menuButton.showsMenuAsPrimaryAction = self.isScrolling ? false : true
|
||||||
cell.selectionStyle = .none
|
cell.selectionStyle = .none
|
||||||
|
} else {
|
||||||
|
cell.menuButton.isUserInteractionEnabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
// Include errorDescriptionTextView's text in cell summary.
|
// Include errorDescriptionTextView's text in cell summary.
|
||||||
|
|||||||
Reference in New Issue
Block a user