Enable clearing again

This commit is contained in:
M66B 2021-10-03 16:09:36 +02:00
parent 8cf8e7bc19
commit 4704daf648
1 changed files with 1 additions and 1 deletions

View File

@ -766,7 +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)
if (BuildConfig.PLAY_STORE_RELEASE && false)
return;
try {
for (Field field : f.getClass().getDeclaredFields()) {