Skip to content
Snippets Groups Projects
Commit badab302 authored by Rayan Osseiran's avatar Rayan Osseiran
Browse files

android: remove orientation config change

-> We should consider if any state is worth saving because now any orientation change will reset the activity.

Change-Id: I2f88362b60f0e79525888e7444f7bf32b7f593d0
parent 36538d14
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<activity
android:name=".client.HomeActivity"
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize"
android:configChanges="screenSize|screenLayout|smallestScreenSize"
android:label="@string/app_name"
android:launchMode="singleTask"
android:theme="@style/AppThemeBase"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment