mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 14:46:56 +02:00
Merge branch 'develop' into gil/SP1_space_creation
# Conflicts: # Riot/Modules/People/PeopleViewController.m # Riot/Modules/Room/Members/RoomParticipantsViewController.m # Riot/Modules/Spaces/SpaceList/SpaceListViewModel.swift
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
// This will be used by the shared RecentsDataSource instance for sanity checks (see UITableViewDataSource methods).
|
||||
self.recentsTableView.tag = RecentsDataSourceModePeople;
|
||||
|
||||
UIImage *fabImage = self.dataSource.currentSpace == nil ? [UIImage imageNamed:@"people_floating_action"] : [UIImage imageNamed:@"add_member_floating_action"];
|
||||
UIImage *fabImage = self.dataSource.currentSpace == nil ? AssetImages.peopleFloatingAction.image : AssetImages.addMemberFloatingAction.image;
|
||||
// Add the (+) button programmatically
|
||||
plusButtonImageView = [self vc_addFABWithImage:fabImage
|
||||
target:self
|
||||
@@ -178,11 +178,11 @@
|
||||
{
|
||||
if (ThemeService.shared.isCurrentThemeDark)
|
||||
{
|
||||
return [UIImage imageNamed:@"people_empty_screen_artwork_dark"];
|
||||
return AssetImages.peopleEmptyScreenArtworkDark.image;
|
||||
}
|
||||
else
|
||||
{
|
||||
return [UIImage imageNamed:@"people_empty_screen_artwork"];
|
||||
return AssetImages.peopleEmptyScreenArtwork.image;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user