Fix some lint errors.

This commit is contained in:
Greyson Parrelli
2025-03-27 13:56:48 -04:00
parent 8a2e15b76b
commit 80bc2bdc89
4 changed files with 13 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ import org.whispersystems.signalservice.api.push.ServiceId.ACI
* Changes needed for edit message. New foreign keys require recreating the table.
*
*/
@Suppress("ClassName")
@Suppress("ClassName", "DEPRECATION")
object V185_MessageRecipientsAndEditMessageMigration : SignalDatabaseMigration {
private val TAG = Log.tag(V185_MessageRecipientsAndEditMessageMigration::class.java)