refactor: Rename UI to Views

This commit is contained in:
Christian Pauly 2021-05-22 09:13:47 +02:00
commit d3a5966f19
44 changed files with 68 additions and 66 deletions

View file

@ -246,7 +246,7 @@ class ChatListController extends State<ChatList> {
}
@override
Widget build(BuildContext context) => ChatListUI(this);
Widget build(BuildContext context) => ChatListView(this);
}
enum ChatListPopupMenuItemActions {