fix MessageDetailsActivity home button

// FREEBIE
This commit is contained in:
Jake McGinty
2015-03-04 16:37:48 -08:00
parent 301ed0b255
commit d6e0199e05
2 changed files with 14 additions and 4 deletions

View File

@@ -125,10 +125,7 @@
android:label="Message Details"
android:windowSoftInputMode="stateUnchanged"
android:launchMode="singleTask"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
android:parentActivityName=".ConversationListActivity">
<meta-data android:name="android.support.PARENT_ACTIVITY" android:value=".ConversationListActivity" />
</activity>
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
<activity android:name=".GroupCreateActivity"
android:windowSoftInputMode="stateVisible"