mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
parent
6a1dc871c3
commit
eb8979b1aa
1 changed files with 1 additions and 3 deletions
|
@ -1647,10 +1647,8 @@
|
|||
if (self.autoscrollView.alpha == 0) {
|
||||
if (self.isPhoneOrCompact) {
|
||||
self.autoscrollBottomConstraint.constant = 50;
|
||||
} else if (self.traverseView.alpha != 0) {
|
||||
self.autoscrollBottomConstraint.constant = -7;
|
||||
} else {
|
||||
self.autoscrollBottomConstraint.constant = 20;
|
||||
self.autoscrollBottomConstraint.constant = 0;
|
||||
}
|
||||
|
||||
[self.view layoutIfNeeded];
|
||||
|
|
Loading…
Add table
Reference in a new issue