| Index: ios/showcase/tab_grid/sc_tab_grid_coordinator.mm
|
| diff --git a/ios/showcase/tab_grid/sc_tab_grid_coordinator.mm b/ios/showcase/tab_grid/sc_tab_grid_coordinator.mm
|
| index b92f4a6d254382649953c432ce084b8b12005d07..b4f69502b106bf6aee8c0b65feac408438ce9d91 100644
|
| --- a/ios/showcase/tab_grid/sc_tab_grid_coordinator.mm
|
| +++ b/ios/showcase/tab_grid/sc_tab_grid_coordinator.mm
|
| @@ -48,4 +48,8 @@
|
| return [NSString stringWithFormat:@"Tab %" PRIdNS, index];
|
| }
|
|
|
| +- (NSInteger)indexOfActiveTab {
|
| + return 0;
|
| +}
|
| +
|
| @end
|
|
|