공개페이지 접근 오류 수정
This commit is contained in:
@@ -180,6 +180,13 @@ class MyApp extends StatelessWidget {
|
||||
settings: settings,
|
||||
);
|
||||
}
|
||||
if (name.startsWith('/events/')) {
|
||||
final hash = name.substring(8);
|
||||
return MaterialPageRoute(
|
||||
builder: (_) => PublicEventEntryScreen(publicHash: hash),
|
||||
settings: settings,
|
||||
);
|
||||
}
|
||||
return null;
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user