[fenix] For https://github.com/mozilla-mobile/fenix/issues/25091: Deprecate TrustedWebActivityIntentProcessor

pull/600/head
Arturo Mejia 2 years ago committed by Ryan VanderMeulen
parent ceb81a2fe1
commit bcf450b854

@ -2,6 +2,9 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// We need to do full suppressing as we have a import, that is deprecated.
// Follow-up https://github.com/mozilla-mobile/fenix/issues/25091
@file:Suppress("DEPRECATION")
package org.mozilla.fenix.components
import android.content.Context

Loading…
Cancel
Save