mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-20 19:18:37 +00:00
Temporarily disable 7 day backup warning.
This commit is contained in:
committed by
jeffrey-signal
parent
3c27a690fd
commit
b10a57de63
@@ -572,6 +572,11 @@ object BackupRepository {
|
|||||||
*/
|
*/
|
||||||
@JvmStatic
|
@JvmStatic
|
||||||
fun shouldDisplayCouldNotCompleteBackupSheet(): Boolean {
|
fun shouldDisplayCouldNotCompleteBackupSheet(): Boolean {
|
||||||
|
// Temporarily disabling. May re-enable in the future.
|
||||||
|
if (true) {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
if (shouldNotDisplayBackupFailedMessaging()) {
|
if (shouldNotDisplayBackupFailedMessaging()) {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user