1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 15:53:44 +00:00

fix renderer namespaces

This commit is contained in:
Kyle Spearrin
2019-05-13 15:25:20 -04:00
parent 29d876eaed
commit 99f00b8e63
4 changed files with 8 additions and 8 deletions

View File

@@ -1,10 +1,10 @@
using Android.Content;
using Bit.Droid.Renderers.BoxedView;
using Bit.Droid.Renderers;
using Xamarin.Forms;
using Xamarin.Forms.Platform.Android;
[assembly: ExportRenderer(typeof(SearchBar), typeof(CustomSearchBarRenderer))]
namespace Bit.Droid.Renderers.BoxedView
namespace Bit.Droid.Renderers
{
public class CustomSearchBarRenderer : SearchBarRenderer
{