Fix double logging for wallpaper settings icon activation

Bug: 137957099

Change-Id: Id95fa026c1e6f177ffbb03e99cc18ef03e9a37b5
This commit is contained in:
Hyunyoung Song
2020-06-06 14:44:27 -07:00
parent f6858198b9
commit f26c7930de
6 changed files with 32 additions and 5 deletions

View File

@@ -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