mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-18 22:20:06 +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
|
||||
b.Close()
|
||||
// close box.Box
|
||||
b.Box.Close()
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user