mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 03:20:50 +02:00
Widgets: Use the original "apps-icon" when there is no more widgets
This commit is contained in:
@@ -1207,6 +1207,11 @@
|
||||
|
||||
self.navigationItem.rightBarButtonItems[1].image = icon;
|
||||
}
|
||||
else
|
||||
{
|
||||
// Reset original icon
|
||||
self.navigationItem.rightBarButtonItems[1].image = [UIImage imageNamed:@"apps-icon"];
|
||||
}
|
||||
}
|
||||
|
||||
// Do not change title view class here if the expanded header is visible.
|
||||
@@ -3455,6 +3460,7 @@
|
||||
// Update the bar
|
||||
[self refreshActivitiesViewDisplay];
|
||||
[self refreshRoomInputToolbar];
|
||||
[self refreshRoomTitle];
|
||||
}
|
||||
}];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user