mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-24 04:05:13 +00:00
Cleanup
This commit is contained in:
parent
d8b32c8310
commit
441a2204b7
1 changed files with 1 additions and 1 deletions
|
@ -156,9 +156,9 @@ public class LoginActivity extends AssistantActivity {
|
|||
@Override
|
||||
protected void onHuaweiButtonClicked() {
|
||||
super.onHuaweiButtonClicked();
|
||||
CheckinClient.brandSpoof = true;
|
||||
state++;
|
||||
if (state == 1) {
|
||||
CheckinClient.brandSpoof = true;
|
||||
init();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue