mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 19:42:17 +02:00
fixed NPE
git-svn-id: https://only.mawhrin.net/repos/FBReaderJ/trunk@268 6a642e6f-84f6-412e-ac94-c4a38d5a04b0
This commit is contained in:
parent
966322dd60
commit
d61a49f6b9
1 changed files with 2 additions and 2 deletions
|
@ -233,8 +233,8 @@ public abstract class ZLApplication {
|
|||
//((PresentWindowHandler)myPresentWindowHandler).resetLastCaller();
|
||||
//}
|
||||
|
||||
final void setViewWidget(ZLViewWidget myViewWidget) {
|
||||
myViewWidget = myViewWidget;
|
||||
final void setViewWidget(ZLViewWidget viewWidget) {
|
||||
myViewWidget = viewWidget;
|
||||
}
|
||||
|
||||
//Action
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue