You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-07-17 09:47:44 +02:00
refactor: DCM - const border radius, constructor & switch expressions (#19515)
* enable border radius, switch exp, const constructor * regenerate provider * more formatting --------- Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
@ -5,7 +5,7 @@ import 'package:immich_mobile/routing/router.dart';
|
||||
class BackupPermissionGuard extends AutoRouteGuard {
|
||||
final GalleryPermissionNotifier _permission;
|
||||
|
||||
BackupPermissionGuard(this._permission);
|
||||
const BackupPermissionGuard(this._permission);
|
||||
|
||||
@override
|
||||
void onNavigation(NavigationResolver resolver, StackRouter router) async {
|
||||
|
Reference in New Issue
Block a user