[apps] Add screen telemetry identification

This commit is contained in:
Romain Goyet
2020-02-13 19:06:54 -05:00
committed by Ecco
parent b06de12902
commit 5dee4a8166
49 changed files with 51 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ public:
/* ViewController */
void viewWillAppear() override;
TELEMETRY_ID("List");
/* TableViewDataSource */
int numberOfRows() const override { return this->numberOfExpressionRows(); }