зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1012795 - Pass resource ID name with editing mode cancel event. r=mfinkle
This commit is contained in:
Родитель
044aebb14c
Коммит
6c5c744747
|
@ -379,7 +379,7 @@ public class BrowserToolbar extends ThemedRelativeLayout
|
|||
public void onClick(View v) {
|
||||
Telemetry.sendUIEvent(TelemetryContract.Event.CANCEL,
|
||||
TelemetryContract.Method.ACTIONBAR,
|
||||
Integer.toString(editCancel.getId()));
|
||||
getResources().getResourceEntryName(editCancel.getId()));
|
||||
cancelEdit();
|
||||
}
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче