uidriver/mobile: Bug fix: Compile error

TravisCI doesn't compile for mobiles, so we missed this error.

Updates #1037
This commit is contained in:
Hajime Hoshi 2020-01-18 17:39:33 +09:00
parent 6686044452
commit 2b9cd5aed6

View File

@ -369,7 +369,7 @@ func (u *UserInterface) SetFullscreen(fullscreen bool) {
// Do nothing
}
func (u *UserInterface) IsForeground() {
func (u *UserInterface) IsForeground() bool {
// TODO: implement this
return true
}