badaix / snapdroid

Snapcast client for Android
GNU General Public License v3.0
124 stars 25 forks source link

save the scrolling position in about menu #20

Closed derWeihnachtsmann closed 4 years ago

derWeihnachtsmann commented 4 years ago

closes #4

badaix commented 4 years ago

Thanks, but why not simply add

android:configChanges="keyboardHidden|orientation|screenSize"

to the manifest:

<activity
            android:name=".AboutActivity"
            android:label="@string/title_activity_about"
            android:parentActivityName=".MainActivity">
            <meta-data
                android:name="android.support.PARENT_ACTIVITY"
                android:value=".MainActivity" />
</activity>
delacor commented 4 years ago

Well.. At least I learned something..

badaix commented 4 years ago

Merci!