mirror of
https://github.com/bitwarden/android.git
synced 2026-05-23 22:51:40 -05:00
* Add SelectableLabel Custom Renderer to allow copy of note text - Remove SelectableLabelEffect * Remove editor changes from text custom field
11 lines
124 B
C#
11 lines
124 B
C#
using System;
|
|
using Xamarin.Forms;
|
|
|
|
namespace Bit.App.Controls
|
|
{
|
|
public class SelectableLabel : Label
|
|
{
|
|
|
|
}
|
|
}
|