mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Fix some lint errors.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user