mirror of
https://github.com/bitwarden/android.git
synced 2025-01-07 16:57:35 +03:00
13 lines
241 B
C#
13 lines
241 B
C#
|
using System;
|
|||
|
using Xamarin.Forms;
|
|||
|
|
|||
|
namespace Bit.App.Effects
|
|||
|
{
|
|||
|
public class NoEmojiKeyboardEffect : RoutingEffect
|
|||
|
{
|
|||
|
public NoEmojiKeyboardEffect()
|
|||
|
: base("Bitwarden.NoEmojiKeyboardEffect")
|
|||
|
{ }
|
|||
|
}
|
|||
|
}
|