You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed: Fix NullPointerException in TermuxFloatSessionClient.checkForFontAndColors()
```
com.termux.window E/Logger.TermuxFloatSessionClient: Error in checkForFontAndColors():
java.lang.NullPointerException: Attempt to invoke virtual method 'com.termux.terminal.TerminalSession com.termux.shared.termux.shell.command.runner.terminal.TermuxSession.getTerminalSession()' on a null object reference
at com.termux.window.TermuxFloatSessionClient.checkForFontAndColors(TermuxFloatSessionClient.java:166)
at com.termux.window.TermuxFloatSessionClient.onReload(TermuxFloatSessionClient.java:66)
at com.termux.window.TermuxFloatView.reloadViewStyling(TermuxFloatView.java:361)
at com.termux.window.TermuxFloatService.createTermuxSession(TermuxFloatService.java:235)
at com.termux.window.TermuxFloatService.initializeFloatView(TermuxFloatService.java:179)
at com.termux.window.TermuxFloatService.onStartCommand(TermuxFloatService.java:55)
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:4320)
at android.app.ActivityThread.access$1800(ActivityThread.java:237)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1951)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:223)
at android.app.ActivityThread.main(ActivityThread.java:7664)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
```
0 commit comments