desc updates

This commit is contained in:
Kyle Spearrin 2017-12-04 08:15:21 -05:00
parent b88e2bd3ce
commit 38ac6a1082
2 changed files with 4 additions and 4 deletions

View File

@ -4,11 +4,11 @@
Use this accessibility service to aid in filling usernames and passwords in other apps and on the web. Use this accessibility service to aid in filling usernames and passwords in other apps and on the web.
</string> </string>
<string name="AutoFillServiceDescription"> <string name="AutoFillServiceDescription">
It can be difficult for users (especially those with disabilities) to switch back and forth between apps to copy/paste It can be difficult for users (especially those with disabilities) to switch between apps and copy/paste
username and password information from their bitwarden vault.\n\nThe use of this accessibility service allows bitwarden username and password information from their bitwarden vault.\n\nThe use of this accessibility service allows bitwarden
to read and detect input fields on your device\'s screen. Whenever bitwarden detects a password field on the screen to detect and read input fields on your device\'s screen. Whenever bitwarden detects a password field on the screen
a notification will appear that allows you to easily access your bitwarden vault and automatically fill (auto-fill) a notification will appear that allows you to easily access your bitwarden vault and automatically fill (auto-fill)
the correct login information for those fields. the correct login information into the necessary fields.
</string> </string>
<string name="MyVault"> <string name="MyVault">
My Vault My Vault

View File

@ -122,7 +122,7 @@ namespace Bit.App.Pages
ScrollView = new ScrollView { Content = DisabledStackLayout }; ScrollView = new ScrollView { Content = DisabledStackLayout };
UpdateEnabled(); UpdateEnabled();
Device.StartTimer(new TimeSpan(0, 0, 3), () => Device.StartTimer(new TimeSpan(0, 0, 2), () =>
{ {
if(_pageDisappeared) if(_pageDisappeared)
{ {