mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-08-06 09:39:25 +08:00
feat: Root checker screen.
This commit is contained in:
@ -54,7 +54,9 @@ class MyApp extends StatelessWidget {
|
||||
}
|
||||
|
||||
class Navigation extends StatelessWidget {
|
||||
const Navigation({Key? key}) : super(key: key);
|
||||
const Navigation({
|
||||
Key? key,
|
||||
}) : super(key: key);
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
Reference in New Issue
Block a user