mirror of
https://github.com/bitwarden/mobile
synced 2026-01-08 11:33:31 +00:00
Added reflection service to handle sizerequest for extendedtableview. Remove footer spacing on uitableview ios renderer.
This commit is contained in:
11
src/App/Abstractions/Services/IReflectionService.cs
Normal file
11
src/App/Abstractions/Services/IReflectionService.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using Bit.App.Controls;
|
||||
using Xamarin.Forms;
|
||||
|
||||
namespace Bit.App.Abstractions
|
||||
{
|
||||
public interface IReflectionService
|
||||
{
|
||||
Func<double, double, SizeRequest> GetVisualElementOnSizeRequest(ExtendedTableView tableView);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user