mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Fix double logging for wallpaper settings icon activation
Bug: 137957099 Change-Id: Id95fa026c1e6f177ffbb03e99cc18ef03e9a37b5
This commit is contained in:
@@ -52,6 +52,7 @@ message ContainerInfo {
|
||||
PredictionContainer prediction_container = 6;
|
||||
SearchResultContainer search_result_container = 7;
|
||||
ShortcutsContainer shortcuts_container = 8;
|
||||
SettingsContainer settings_container = 9;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -75,6 +76,11 @@ message SearchResultContainer {
|
||||
message ShortcutsContainer {
|
||||
}
|
||||
|
||||
// Container for generic system shortcuts for launcher specific settings.
|
||||
// Typically shown up as popup window by longpressing on empty space on workspace.
|
||||
message SettingsContainer {
|
||||
}
|
||||
|
||||
enum Origin {
|
||||
UNKNOWN = 0;
|
||||
DEFAULT_LAYOUT = 1; // icon automatically placed in workspace, folder, hotseat
|
||||
|
||||
Reference in New Issue
Block a user