keymaster restore: Do not enter the keymaster_restore page repeatedly
Change-Id: I0c7ca541d52d923067537adb561ca5a61bde7f08
diff --git a/gui/theme/common/landscape.xml b/gui/theme/common/landscape.xml
index 1654694..4b09ede 100755
--- a/gui/theme/common/landscape.xml
+++ b/gui/theme/common/landscape.xml
@@ -2233,7 +2233,7 @@
<condition var1="tw_multiuser_warning_accepted" op="!=" var2="1"/>
</conditions>
<actions>
- <action function="set">tw_multiuser_warning_destination=restore</action>
+ <action function="set">tw_multiuser_warning_destination=restore_force</action>
<action function="page">multiuser_warning</action>
</actions>
</action>
diff --git a/gui/theme/common/portrait.xml b/gui/theme/common/portrait.xml
index 9abea7a..db8ea38 100755
--- a/gui/theme/common/portrait.xml
+++ b/gui/theme/common/portrait.xml
@@ -2395,7 +2395,7 @@
<condition var1="tw_multiuser_warning_accepted" op="!=" var2="1"/>
</conditions>
<actions>
- <action function="set">tw_multiuser_warning_destination=restore</action>
+ <action function="set">tw_multiuser_warning_destination=restore_force</action>
<action function="page">multiuser_warning</action>
</actions>
</action>
diff --git a/gui/theme/common/watch.xml b/gui/theme/common/watch.xml
index 0b0080a..335a31d 100755
--- a/gui/theme/common/watch.xml
+++ b/gui/theme/common/watch.xml
@@ -2746,7 +2746,7 @@
<condition var1="tw_multiuser_warning_accepted" op="!=" var2="1"/>
</conditions>
<actions>
- <action function="set">tw_multiuser_warning_destination=restore</action>
+ <action function="set">tw_multiuser_warning_destination=restore_force</action>
<action function="page">multiuser_warning</action>
</actions>
</action>