mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Add new dialog and sheet for handling offloaded media after a subscription is canceled or expires.
This commit is contained in:
committed by
Greyson Parrelli
parent
18b5354944
commit
1424dd6892
@@ -49,4 +49,16 @@ message ArchiveUploadProgressState {
|
||||
uint64 backupFileTotalBytes = 6;
|
||||
uint64 mediaUploadedBytes = 7;
|
||||
uint64 mediaTotalBytes = 8;
|
||||
}
|
||||
|
||||
message BackupDownloadNotifierState {
|
||||
enum Type {
|
||||
SHEET = 0;
|
||||
DIALOG = 1;
|
||||
}
|
||||
|
||||
uint64 entitlementExpirationSeconds = 1;
|
||||
uint64 lastSheetDisplaySeconds = 2;
|
||||
uint64 intervalSeconds = 3;
|
||||
Type type = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user