Closed Gosha closed 10 years ago
^ in fragment_irc.xml and fragment_channel.xml.
fragment_irc.xml
fragment_channel.xml
Been trying to grok why this is all day with no success.
Tried making a workaround by manually doing a setSelection(mSavedPosition) in onResume() in IRCFragment with no avail.
setSelection(mSavedPosition)
onResume()
IRCFragment
Changing to transcriptMode="disabled" did save the scroll position but automatic scrolling on new items then of course became disabled.
transcriptMode="disabled"
Hmmmmmm. I'll take a look at this. Some awful hack might be needed - android APIs can be strange sometimes.
^ in
fragment_irc.xml
andfragment_channel.xml
.Been trying to grok why this is all day with no success.
Tried making a workaround by manually doing a
setSelection(mSavedPosition)
inonResume()
inIRCFragment
with no avail.Changing to
transcriptMode="disabled"
did save the scroll position but automatic scrolling on new items then of course became disabled.