Commit 96a06c30 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Use new activity option to not wait for current app to pause.

Change-Id: Ieb3890517d1a9649d56d4376b7162a988647be96
parent 1d6d41dd
......@@ -73,6 +73,7 @@
android:launchMode="singleTask"
android:clearTaskOnLaunch="true"
android:stateNotNeeded="true"
android:resumeWhilePausing="true"
android:theme="@style/Theme"
android:windowSoftInputMode="adjustPan"
android:screenOrientation="nosensor">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment