kopia lustrzana https://github.com/ryukoposting/Signal-Android
Preserve ConversationList scroll state in between onPause/onResume.
rodzic
5cb02445e8
commit
a185750bb7
|
@ -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) {
|
||||
|
|
Ładowanie…
Reference in New Issue