mirror of https://github.com/M66B/FairEmail.git
Conditionally clear
This commit is contained in:
parent
cc78e3e255
commit
fb9b0a1c42
|
@ -766,6 +766,7 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc
|
|||
@Override
|
||||
public void onFragmentDestroyed(@NonNull FragmentManager fm, @NonNull Fragment f) {
|
||||
log(fm, f, "onFragmentDestroyed");
|
||||
if (!BuildConfig.PLAY_STORE_RELEASE)
|
||||
try {
|
||||
for (Field field : f.getClass().getDeclaredFields()) {
|
||||
Class<?> type = field.getType();
|
||||
|
|
Loading…
Reference in New Issue