1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-11-22 17:02:21 -05:00

Reopen last opened channel/activity when app is resumed. Closes #35.

This commit is contained in:
liato 2011-02-13 03:21:33 +01:00 committed by Sebastian Kaspari
parent b4f3fc4a15
commit 33f181de3c

View File

@ -29,7 +29,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
<activity
android:name=".activity.ServersActivity"
android:label="@string/app_name"
android:launchMode="singleTask">
android:launchMode="standard">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />