mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-15 00:21:10 +00:00
Dismissed = asked
This commit is contained in:
parent
4582689bbd
commit
e93cba442d
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue