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

fic editor renderer and add incognito to prompt

This commit is contained in:
Kyle Spearrin
2019-06-05 16:48:54 -04:00
parent 1c58d99006
commit bc0bb7c7bb
2 changed files with 4 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ using Bit.Droid.Renderers;
using Xamarin.Forms;
using Xamarin.Forms.Platform.Android;
[assembly: ExportRenderer(typeof(Entry), typeof(CustomEditorRenderer))]
[assembly: ExportRenderer(typeof(Editor), typeof(CustomEditorRenderer))]
namespace Bit.Droid.Renderers
{
public class CustomEditorRenderer : EditorRenderer