Reload service after remote profile updated
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
@@ -29,10 +29,5 @@
|
||||
android:label="@string/title_settings"
|
||||
tools:layout="@layout/fragment_settings" />
|
||||
|
||||
<fragment
|
||||
android:id="@+id/navigation_settings_core"
|
||||
android:name="io.nekohasekai.sfa.ui.settings.CoreFragment"
|
||||
android:label="@string/settings_title_core"
|
||||
tools:layout="@layout/fragment_settings_core" />
|
||||
|
||||
</navigation>
|
||||
@@ -194,6 +194,5 @@
|
||||
<string name="location_permission_background_description"><![CDATA[On Android 10 and up, <strong>background location</strong> permission is required. Select <strong>Allow all the time</strong> to grant the permission.]]></string>
|
||||
<string name="open_settings">Open Settings</string>
|
||||
|
||||
<string name="settings_title_core">Core</string>
|
||||
|
||||
</resources>
|
||||
@@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<io.nekohasekai.sfa.ui.settings.Preference
|
||||
app:fragment="io.nekohasekai.sfa.ui.settings.CoreFragment"
|
||||
app:icon="@drawable/ic_qr_code_2_24"
|
||||
app:title="@string/settings_title_core" />
|
||||
|
||||
</androidx.preference.PreferenceScreen>
|
||||
Reference in New Issue
Block a user