1.1778b play release

This commit is contained in:
M66B
2021-11-11 14:25:50 +01:00
parent 0dd7dfcead
commit ad8b64d2e8
3 changed files with 83 additions and 85 deletions

View File

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