Skip to content

Commit

Permalink
remove accidentally commited code, was for testing only (into 1.08-pre3)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippC committed Nov 6, 2019
1 parent 32549c9 commit bb74305
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/keepass2android/services/CopyToClipboardService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit bb74305

Please sign in to comment.