mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-31 11:31:40 +00:00
Enable clearing again
This commit is contained in:
parent
8cf8e7bc19
commit
4704daf648
1 changed files with 1 additions and 1 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Reference in a new issue