mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 03:50:19 +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();
|
//((PresentWindowHandler)myPresentWindowHandler).resetLastCaller();
|
||||||
//}
|
//}
|
||||||
|
|
||||||
final void setViewWidget(ZLViewWidget myViewWidget) {
|
final void setViewWidget(ZLViewWidget viewWidget) {
|
||||||
myViewWidget = myViewWidget;
|
myViewWidget = viewWidget;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Action
|
//Action
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue