mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-19 06:30:05 +08:00
fix: Box cannot be reopened after being closed (#730)
This commit is contained in:
parent
4fd1147bff
commit
2743fcb3f2
@ -144,6 +144,8 @@ func (b *BoxInstance) Close() (err error) {
|
|||||||
|
|
||||||
// close box
|
// close box
|
||||||
b.Close()
|
b.Close()
|
||||||
|
// close box.Box
|
||||||
|
b.Box.Close()
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user