mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Remove UriSerializer typealias -- it is only used in two places
This commit is contained in:
committed by
Cody Henthorne
parent
8f7cc52255
commit
542a820e22
@@ -1,11 +0,0 @@
|
||||
/*
|
||||
* Copyright 2025 Signal Messenger, LLC
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
package org.thoughtcrime.securesms.serialization
|
||||
|
||||
/**
|
||||
* Typealias to the core UriSerializer class for backward compatibility.
|
||||
*/
|
||||
typealias UriSerializer = org.signal.core.models.UriSerializer
|
||||
Reference in New Issue
Block a user