kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix memory leak in contact selection list.
rodzic
bba1315906
commit
b47e5f2fa9
|
@ -356,6 +356,12 @@ public final class ContactSelectionListFragment extends LoggingFragment
|
||||||
return view;
|
return view;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onDestroyView() {
|
||||||
|
super.onDestroyView();
|
||||||
|
constraintLayout = null;
|
||||||
|
}
|
||||||
|
|
||||||
private @NonNull Bundle safeArguments() {
|
private @NonNull Bundle safeArguments() {
|
||||||
return getArguments() != null ? getArguments() : new Bundle();
|
return getArguments() != null ? getArguments() : new Bundle();
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue