Signal-iOS/Signal
Michael Kirk 924b8b18ba Scroll to bottom when switching albums
Fixes

1. start on "All Photos" which has many pages of content

You're at the bottom, as expected.

2. switch to "Video", which is much shorter

You're at the bottom, as expected.

3. Switch back to "All Photos"

Now you're unexpectedly in the middle of the content somewhere - at whatever
offset the "Videos" content height was.

Note that changes to "scrollToBottom". For some reason calling scroll to bottom
with infinity works fine initially, but subsequent calls hang. Because we only
used the "infinity" hack to account for the fact that we didn't have accurate
safeAreaInsets before `viewDidAppear`, we can accurately use safeAreaInsets
after that point (like here, when switching albums).
2019-01-14 10:01:55 -07:00
..
AudioFiles Reduce usage of JSQ. 2018-06-01 17:44:18 -04:00
Fonts Align the message state indicators with the behavior on Android and desktop. 2017-03-20 12:55:35 -04:00
Images dark theme typing splash 2018-11-15 15:07:59 -06:00
Images.xcassets Only show delete button on selected rail item 2019-01-09 12:27:15 -07:00
src Scroll to bottom when switching albums 2019-01-14 10:01:55 -07:00
test Fixup database conversion vis a vis SQLCipher4 2019-01-14 09:48:49 -05:00
translations Note to Self. 2019-01-03 18:06:56 -05:00
.swiftlint.yml WIP: WebRTC calling 2017-01-12 09:56:05 -05:00
iTunesArtwork@3x.png Updated iTunes artwork 2015-01-30 17:25:24 -10:00
main.m Removing unused imported classes. 2015-07-27 16:19:08 +02:00
Signal-Info.plist "Bump build to 2.34.0.14." 2019-01-11 18:01:14 -05:00
Signal-Prefix.pch Pull out SignalCoreKit. 2018-10-01 09:06:40 -04:00
Signal.entitlements Reorganize util code. 2018-11-19 15:52:23 -05:00
SignalTSan.supp TSan config 2018-07-30 12:31:21 -06:00
SignalUBSan.supp Add missing header file 2018-08-08 10:17:03 -06:00