Enable new local backup export for external users.

This commit is contained in:
Alex Hart
2026-03-25 12:30:24 -03:00
committed by Cody Henthorne
parent 4f260c2063
commit 3f27769d20

View File

@@ -26,9 +26,7 @@ object Environment {
}
@JvmStatic
fun isNewFormatSupportedForLocalBackup(): Boolean {
return isInternal()
}
fun isNewFormatSupportedForLocalBackup(): Boolean = true
}
object Donations {