1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 08:43:21 +00:00

Added remember last email login. adjsuted sizing on extension slider. Added fallback logout to fingerprint.

This commit is contained in:
Kyle Spearrin
2016-07-30 13:28:13 -04:00
parent c84ec2e947
commit c59549f25a
5 changed files with 29 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ namespace Bit.iOS.Core.Views
MinValue = min,
MaxValue = max,
TintColor = new UIColor(red: 0.24f, green: 0.55f, blue: 0.74f, alpha: 1.0f),
Frame = new CoreGraphics.CGRect(0, 0, 180, 20)
Frame = new CoreGraphics.CGRect(0, 0, 180, 30)
};
Slider.ValueChanged += Slider_ValueChanged;
Value = value;