# HG changeset patch # User Da Risk # Date 1267943484 -3600 # Node ID f30ae9c4051e579d0e9826b1a09055fa3a4799a6 # Parent 9878744b4bc090aff4ce97db499d1a60960299ea Fix a little bug on connection. There should be only one instance of the Login activity but launchMode singleTask and singleInstance make bad behaviors. Standard should be just fine. diff -r 9878744b4bc0 -r f30ae9c4051e AndroidManifest.xml --- a/AndroidManifest.xml Sat Mar 06 07:42:22 2010 +0100 +++ b/AndroidManifest.xml Sun Mar 07 07:31:24 2010 +0100 @@ -6,7 +6,7 @@ android:icon="@drawable/beem_launcher_icon_silver" android:theme="@style/Theme.BEEM.Default" android:debuggable="true" android:name=".BeemApplication"> + android:screenOrientation="portrait" android:launchMode="standard">