1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-15 00:21:10 +00:00

Dismissed = asked

This commit is contained in:
M66B 2022-01-25 15:45:43 +01:00
parent 4582689bbd
commit e93cba442d

View file

@ -4518,7 +4518,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
snackbar.addCallback(new Snackbar.Callback() {
@Override
public void onDismissed(Snackbar transientBottomBar, int event) {
prefs.edit().putLong("review_later", new Date().getTime()).apply();
prefs.edit().putBoolean("review_asked", true).apply();
}
});
snackbar.show();