Joe

Results 2 comments of Joe

I can confirm that, I used http://www.happydroid.com/focus and EarTrumpet stealing focus of my full-screen apps, they are set to 1920x1080 resolution. Also got same issue like mentioned here: https://github.com/File-New-Project/EarTrumpet/issues/453#issuecomment-1423311450

``` public static string GetPrefixHeader(AddressType addressType) { switch (addressType) { case AddressType.Base: case AddressType.Script: case AddressType.ScriptWithScriptDelegation: case AddressType.Enterprise: case AddressType.EnterpriseScript: return "addr"; case AddressType.Stake: return "stake"; default: throw new Exception("Unknown...