mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
@@ -47,6 +47,10 @@
|
||||
self.view.accessibilityIdentifier = @"RoomsVCView";
|
||||
self.recentsTableView.accessibilityIdentifier = @"RoomsVCTableView";
|
||||
|
||||
// Tag the recents table with the its recents data source mode.
|
||||
// This will be used by the shared RecentsDataSource instance for sanity checks (see UITableViewDataSource methods).
|
||||
self.recentsTableView.tag = RecentsDataSourceModeRooms;
|
||||
|
||||
// Add the (+) button programmatically
|
||||
[self addPlusButton];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user