improve app stability and refactor to get better logs

This commit is contained in:
Philipp Crocoll
2025-06-24 15:41:11 +02:00
parent 8d1195ac96
commit 0f98668bcd
7 changed files with 46 additions and 21 deletions

View File

@@ -14,7 +14,7 @@ using keepass2android;
namespace keepass2android
{
[Activity(Label = AppNames.AppName)]
[Activity(Label = AppNames.AppName, Theme = "@style/Kp2aTheme_BlueNoActionBar")]
public class AppKilledInfo : Activity, IDialogInterfaceOnDismissListener
{
protected override void OnCreate(Bundle bundle)