Enable fix stack for Android 7 and 9

This commit is contained in:
世界
2024-12-26 11:12:48 +08:00
parent d7ff5a7ac3
commit b4ae92dc95
6 changed files with 41 additions and 44 deletions

View File

@@ -81,7 +81,7 @@ func NewService(configContent string, platformInterface PlatformInterface) (*Box
}
func (s *BoxService) Start() error {
if C.FixAndroidStack {
if sFixAndroidStack {
var err error
done := make(chan struct{})
go func() {