@@ -185,6 +185,10 @@ fun createFactorySettings(context: Context): Settings {
|
||||
.setOrdering(Settings.SearchResultOrderingSettings.Ordering.Weighted)
|
||||
.setWeightFactor(Settings.SearchResultOrderingSettings.WeightFactor.Default)
|
||||
)
|
||||
.setAnimations(
|
||||
Settings.AnimationSettings.newBuilder()
|
||||
.setCharging(true)
|
||||
)
|
||||
.build()
|
||||
}
|
||||
|
||||
|
||||
+4
@@ -15,5 +15,9 @@ class Migration_16_17: VersionedMigration(16, 17) {
|
||||
}.toString()
|
||||
)
|
||||
)
|
||||
.setAnimations(
|
||||
builder.animations.toBuilder()
|
||||
.setCharging(true)
|
||||
)
|
||||
}
|
||||
}
|
||||
@@ -367,4 +367,9 @@ message Settings {
|
||||
bool widget_tags_multiline = 2;
|
||||
}
|
||||
UiState ui = 30;
|
||||
|
||||
message AnimationSettings {
|
||||
bool charging = 1;
|
||||
}
|
||||
AnimationSettings animations = 31;
|
||||
}
|
||||
Reference in New Issue
Block a user