mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-15 07:56:11 +08:00
Remove useless method
This commit is contained in:
@ -36,11 +36,6 @@ class GitHostSetupAutoConfigureState extends State<GitHostSetupAutoConfigure> {
|
||||
bool _configuringStarted = false;
|
||||
String _message = "Waiting for Permissions ...";
|
||||
|
||||
@override
|
||||
void initState() {
|
||||
super.initState();
|
||||
}
|
||||
|
||||
void _startAutoConfigure() async {
|
||||
Log.d("Starting autoconfigure");
|
||||
setState(() {
|
||||
|
Reference in New Issue
Block a user