diff --git a/Riot/Modules/Rooms/RoomsViewController.m b/Riot/Modules/Rooms/RoomsViewController.m index 363546e64..4cc0a280d 100644 --- a/Riot/Modules/Rooms/RoomsViewController.m +++ b/Riot/Modules/Rooms/RoomsViewController.m @@ -54,6 +54,8 @@ // Add the (+) button programmatically [self addPlusButton]; + plusButtonImageView.image = [UIImage imageNamed:@"rooms_floating_action"]; + self.enableStickyHeaders = YES; }