You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-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).
7 years ago
..
AudioFiles
Fonts
Images dark theme typing splash 7 years ago
Images.xcassets Only show delete button on selected rail item 7 years ago
src Scroll to bottom when switching albums 7 years ago
test Fixup database conversion vis a vis SQLCipher4 7 years ago
translations Note to Self. 7 years ago
.swiftlint.yml
Signal-Info.plist "Bump build to 2.34.0.14." 7 years ago
Signal-Prefix.pch Pull out SignalCoreKit. 7 years ago
Signal.entitlements Reorganize util code. 7 years ago
SignalTSan.supp
SignalUBSan.supp Add missing header file 7 years ago
iTunesArtwork@3x.png
main.m