mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Enable clearing again
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user