mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Make RichInputMethodSubtype non-final for easy mocking"
This commit is contained in:
commit
900502f1ec
@ -36,7 +36,8 @@ import javax.annotation.Nullable;
|
||||
*
|
||||
* Right now, this returns the extra value of its primary subtype.
|
||||
*/
|
||||
public final class RichInputMethodSubtype {
|
||||
// non final for easy mocking.
|
||||
public class RichInputMethodSubtype {
|
||||
private static final String TAG = RichInputMethodSubtype.class.getSimpleName();
|
||||
|
||||
@Nonnull
|
||||
|
Loading…
Reference in New Issue
Block a user