mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 03:40:56 +01:00
Add storage service optimization to avoid manifest reads.
This commit is contained in:
committed by
Cody Henthorne
parent
fe70637140
commit
f68bb2dc88
@@ -160,7 +160,7 @@ fun ToolScreen(
|
||||
modifier = Modifier.fillMaxWidth()
|
||||
) {
|
||||
ActionRow("Enqueue StorageSyncJob", "Just a normal syncing operation.") {
|
||||
AppDependencies.jobManager.add(StorageSyncJob())
|
||||
AppDependencies.jobManager.add(StorageSyncJob.forLocalChange())
|
||||
}
|
||||
|
||||
ActionRow("Enqueue StorageForcePushJob", "Forces your local state over the remote.") {
|
||||
|
||||
Reference in New Issue
Block a user