mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 10:01:22 +01:00
Remove summary notification on tap
This commit is contained in:
@@ -314,11 +314,6 @@ public class ServiceUI extends IntentService {
|
||||
}
|
||||
|
||||
private void onIgnore(long id) {
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
|
||||
boolean notify_remove = prefs.getBoolean("notify_remove", true);
|
||||
if (!notify_remove)
|
||||
return;
|
||||
|
||||
DB db = DB.getInstance(this);
|
||||
try {
|
||||
db.beginTransaction();
|
||||
|
||||
Reference in New Issue
Block a user