mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 08:20:32 +05:30
commit
1750c13621
@ -388,6 +388,7 @@ class SettingsActivity :
|
|||||||
PreferenceManager.getDefaultSharedPreferences(this)
|
PreferenceManager.getDefaultSharedPreferences(this)
|
||||||
.unregisterOnSharedPreferenceChangeListener(this)
|
.unregisterOnSharedPreferenceChangeListener(this)
|
||||||
if (requireMainActivityRestart) {
|
if (requireMainActivityRestart) {
|
||||||
|
requireMainActivityRestart = false
|
||||||
restartMainActivity(this)
|
restartMainActivity(this)
|
||||||
finishAffinity()
|
finishAffinity()
|
||||||
} else {
|
} else {
|
||||||
|
@ -65,6 +65,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginBottom="4dp"
|
android:layout_marginBottom="4dp"
|
||||||
|
android:autoLink="web"
|
||||||
android:text="Comment Text" />
|
android:text="Comment Text" />
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user