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