mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
dictionary window triggers refresh itself, not via show()
This commit is contained in:
@@ -106,7 +106,7 @@ function ReaderDictionary:showDict(word, results, box)
|
||||
-- differentiate between dict and wiki
|
||||
wiki = self.wiki,
|
||||
}
|
||||
UIManager:show(self.dict_window)
|
||||
UIManager:show(self.dict_window, nil, nil, "none")
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user