Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f04e2ed8 authored by Mohammadinamul Sheik's avatar Mohammadinamul Sheik
Browse files

Make RichInputMethodSubtype non-final for easy mocking

Change-Id: I167bc56b5224eb389ec853aeb539d7fcf79b81e1
parent 93d2ab38
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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