refactor: Rename UI to Views
This commit is contained in:
parent
b01d7d0000
commit
d3a5966f19
44 changed files with 68 additions and 66 deletions
|
|
@ -18,10 +18,10 @@ import 'package:matrix_link_text/link_text.dart';
|
|||
|
||||
import '../../utils/url_launcher.dart';
|
||||
|
||||
class ChatDetailsUI extends StatelessWidget {
|
||||
class ChatDetailsView extends StatelessWidget {
|
||||
final ChatDetailsController controller;
|
||||
|
||||
const ChatDetailsUI(this.controller, {Key key}) : super(key: key);
|
||||
const ChatDetailsView(this.controller, {Key key}) : super(key: key);
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue