adding fixedRotation to settings
This commit is contained in:
@@ -168,6 +168,7 @@ fun createFactorySettings(context: Context): Settings {
|
||||
.setBaseLayout(Settings.LayoutSettings.Layout.PullDown)
|
||||
.setBottomSearchBar(false)
|
||||
.setReverseSearchResults(false)
|
||||
.setFixedRotation(false)
|
||||
)
|
||||
.setGestures(
|
||||
Settings.GestureSettings.newBuilder()
|
||||
|
||||
@@ -298,6 +298,7 @@ message Settings {
|
||||
bool bottom_search_bar = 2;
|
||||
bool reverse_search_results = 3;
|
||||
bool fixed_search_bar = 4;
|
||||
bool fixed_rotation = 5;
|
||||
}
|
||||
LayoutSettings layout = 27;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user