1
0
Fork 0

Suppress unreachable code hack

master
Emily Kager 2019-03-04 16:39:00 -08:00 committed by Emily Kager
parent c4b3927f2e
commit 513b16ff0e
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ import com.adjust.sdk.LogLevel
import mozilla.components.service.glean.Glean
object AdjustHelper {
@Suppress("UnreachableCode")
fun setupAdjustIfNeeded(application: FenixApplication) {
// RELEASE: Enable Adjust - This class has different implementations for all build types.
return