fix warning: XML has empty body

Closes #6473
This commit is contained in:
AQNOUCH Mohammed 2017-04-01 18:39:00 +01:00 committed by Moxie Marlinspike
parent 407c5d5ed2
commit 6f6632c08a

View File

@ -115,9 +115,7 @@
android:excludeFromRecents="true" android:excludeFromRecents="true"
android:screenOrientation="portrait" android:screenOrientation="portrait"
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize|fontScale" android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize|fontScale"
android:launchMode="singleTask"> android:launchMode="singleTask"/>
</activity>
<activity android:name=".CountrySelectionActivity" <activity android:name=".CountrySelectionActivity"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/> android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>