Limit number of snoozed/delayed messages

This commit is contained in:
M66B
2022-06-30 07:42:35 +02:00
parent bea7217bd8
commit a1f11a40cc
5 changed files with 40 additions and 3 deletions

View File

@@ -500,6 +500,8 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
}
db.setTransactionSuccessful();
} catch (IllegalArgumentException ex) {
Log.w(ex);
} finally {
db.endTransaction();
}