Bug 1012795 - Pass resource ID name with editing mode cancel event. r=mfinkle

This commit is contained in:
Michael Comella 2014-05-19 14:37:17 -07:00
Родитель 044aebb14c
Коммит 6c5c744747
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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();
}
});