mirror of
https://github.com/bitwarden/mobile
synced 2026-01-05 18:13:36 +00:00
App: Use Windows helper instead of WinPhone (#203)
Signed-off-by: Alistair Francis <alistair@alistair23.me>
This commit is contained in:
committed by
Kyle Spearrin
parent
45c0ec9035
commit
de20bb22d9
@@ -43,7 +43,7 @@ namespace Bit.App.Controls
|
||||
Padding = Helpers.OnPlatform(
|
||||
iOS: new Thickness(15, 8),
|
||||
Android: new Thickness(15, 2),
|
||||
WinPhone: new Thickness(15, 8))
|
||||
Windows: new Thickness(15, 8))
|
||||
};
|
||||
|
||||
if(Device.RuntimePlatform == Device.Android)
|
||||
|
||||
Reference in New Issue
Block a user