From fad63e098202b72bbef839e4f88a315f302c8a83 Mon Sep 17 00:00:00 2001 From: james Date: Fri, 29 Mar 2019 09:43:19 +0900 Subject: [PATCH] fixed shift key issue --- .../Module/Login/User Interface/View/LoginViewController.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GMERemittance/Module/Login/User Interface/View/LoginViewController.swift b/GMERemittance/Module/Login/User Interface/View/LoginViewController.swift index a6fab388..7b6de5cc 100644 --- a/GMERemittance/Module/Login/User Interface/View/LoginViewController.swift +++ b/GMERemittance/Module/Login/User Interface/View/LoginViewController.swift @@ -320,7 +320,8 @@ extension LoginViewController: TransKeyViewDelegate { mQwertyTransKeyView?.mTK_SetControlCenter(false) mQwertyTransKeyView?.mTK_setIgnoreStatusbar(false) - + mQwertyTransKeyView?.mTK_UseShiftOptional(true) + // mQwertyTransKeyView?.mTK_SetLanguage(1) mQwertyTransKeyView?.mTK_Supported(byDeviceOrientation: SupportedByDevicePortraitAndLandscape)