mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 19:57:43 +00:00
Preserve ConversationList scroll state in between onPause/onResume.
This commit is contained in:
@@ -100,9 +100,11 @@ public class ConversationListFragment extends SherlockListFragment
|
||||
}
|
||||
|
||||
public void setMasterSecret(MasterSecret masterSecret) {
|
||||
if (this.masterSecret != masterSecret) {
|
||||
this.masterSecret = masterSecret;
|
||||
initializeListAdapter();
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressLint({ "NewApi", "NewApi" })
|
||||
private void initializeSearch(android.widget.SearchView searchView) {
|
||||
|
Reference in New Issue
Block a user