Play: enable view clearing

This commit is contained in:
M66B 2022-04-12 21:22:54 +02:00
parent b02c31ed70
commit 562496d48b
1 changed files with 0 additions and 2 deletions

View File

@ -805,8 +805,6 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc
@Override
public void onFragmentViewDestroyed(@NonNull FragmentManager fm, @NonNull Fragment f) {
log(fm, f, "onFragmentViewDestroyed");
if (BuildConfig.PLAY_STORE_RELEASE)
return;
try {
for (Field field : f.getClass().getDeclaredFields()) {
Class<?> type = field.getType();