refactor: Rename UI to Views
This commit is contained in:
parent
b01d7d0000
commit
d3a5966f19
44 changed files with 68 additions and 66 deletions
|
|
@ -136,5 +136,5 @@ class DevicesSettingsController extends State<DevicesSettings> {
|
|||
..sort((a, b) => b.lastSeenTs.compareTo(a.lastSeenTs));
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) => DevicesSettingsUI(this);
|
||||
Widget build(BuildContext context) => DevicesSettingsView(this);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue