reidwooten99 / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
0 stars 0 forks source link

NPE in configureOrientation #470

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Launch Connectbot

What is the expected output? What do you see instead?
Connectbot, not a crash

What version of the product are you using (you can see this by using Menu
-> About in the Host List)?
ConnectBot-git-tablet-2011-07-07_12-34-27.apk 

Please provide any additional information below.

E/AndroidRuntime( 3065): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 3065):        at 
org.connectbot.ConsoleActivity.configureOrientation(ConsoleActivity.java:155)
E/AndroidRuntime( 3065):        at 
org.connectbot.ConsoleActivity.onResume(ConsoleActivity.java:181)
E/AndroidRuntime( 3065):        at 
android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1152)
E/AndroidRuntime( 3065):        at 
android.app.Activity.performResume(Activity.java:4474)
E/AndroidRuntime( 3065):        at 
android.app.ActivityThread.performResumeActivity(ActivityThread.java:2292)
E/AndroidRuntime( 3065):        ... 12 more

Original issue reported on code.google.com by abl...@google.com on 12 Jul 2011 at 12:07