From bb74305b260ca859178e01a5a374a646c79cb8df Mon Sep 17 00:00:00 2001 From: Philipp Crocoll Date: Wed, 6 Nov 2019 20:52:55 +0100 Subject: [PATCH] remove accidentally commited code, was for testing only (into 1.08-pre3) --- src/keepass2android/services/CopyToClipboardService.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/keepass2android/services/CopyToClipboardService.cs b/src/keepass2android/services/CopyToClipboardService.cs index e591520c1..5c05d96a9 100644 --- a/src/keepass2android/services/CopyToClipboardService.cs +++ b/src/keepass2android/services/CopyToClipboardService.cs @@ -831,8 +831,7 @@ internal void ActivateKp2aKeyboard() ActivityManager.RunningAppProcessInfo appProcessInfo = new ActivityManager.RunningAppProcessInfo(); ActivityManager.GetMyMemoryState(appProcessInfo); //at least on Samsung devices, we always need the helper activity - //mustUseHelperActivity = (appProcessInfo.Importance != Importance.Foreground) || (Build.Manufacturer != "Google"); - mustUseHelperActivity = true; + mustUseHelperActivity = (appProcessInfo.Importance != Importance.Foreground) || (Build.Manufacturer != "Google"); } if (mustUseHelperActivity) {