Force restart when proxy URL is changed
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -491,4 +491,8 @@
|
||||
android:id="@+id/proxyURLDialog"
|
||||
android:name="com.aurora.store.view.ui.preferences.ProxyURLDialog"
|
||||
android:label="@string/pref_network_proxy_url" />
|
||||
<dialog
|
||||
android:id="@+id/forceRestartDialog"
|
||||
android:name="com.aurora.store.view.ui.commons.ForceRestartDialog"
|
||||
android:label="@string/force_restart_title" />
|
||||
</navigation>
|
||||
|
||||
@@ -479,4 +479,8 @@
|
||||
|
||||
<!-- UpdatesFragment -->
|
||||
<string name="check_updates">Check for updates</string>
|
||||
|
||||
<!-- ForceRestartDialog -->
|
||||
<string name="force_restart_title">Restart Aurora Store</string>
|
||||
<string name="force_restart_summary">Aurora Store needs to be restarted to apply the newly changed settings</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user