Remove UriSerializer typealias -- it is only used in two places

This commit is contained in:
Jesse Weinstein
2026-03-20 15:11:08 -04:00
committed by Cody Henthorne
parent 8f7cc52255
commit 542a820e22
3 changed files with 2 additions and 13 deletions

View File

@@ -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