mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 23:03:23 +00:00
Forms update with CollectionView conversion (#1374)
* Forms update with CollectionView conversion * updates * removed unnecessary import
This commit is contained in:
@@ -66,10 +66,9 @@ namespace Bit.iOS.Core.Services
|
||||
{
|
||||
Duration = TimeSpan.FromSeconds(longDuration ? 5 : 3)
|
||||
};
|
||||
if (TabBarVisible())
|
||||
{
|
||||
_toast.BottomMargin = 55;
|
||||
}
|
||||
_toast.BottomMargin = 110;
|
||||
_toast.LeftMargin = 20;
|
||||
_toast.RightMargin = 20;
|
||||
_toast.Show();
|
||||
_toast.DismissCallback = () =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user