mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
splash is exportable
This commit is contained in:
parent
264f2ab316
commit
dd96608bb1
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ namespace Bit.Android
|
||||||
[Activity(Theme = "@style/BitwardenTheme.Splash",
|
[Activity(Theme = "@style/BitwardenTheme.Splash",
|
||||||
MainLauncher = true,
|
MainLauncher = true,
|
||||||
NoHistory = true,
|
NoHistory = true,
|
||||||
WindowSoftInputMode = global::Android.Views.SoftInput.StateHidden,
|
WindowSoftInputMode = global::Android.Views.SoftInput.StateHidden)]
|
||||||
Exported = false)]
|
|
||||||
public class SplashActivity : AppCompatActivity
|
public class SplashActivity : AppCompatActivity
|
||||||
{
|
{
|
||||||
public override void OnCreate(Bundle savedInstanceState, PersistableBundle persistentState)
|
public override void OnCreate(Bundle savedInstanceState, PersistableBundle persistentState)
|
||||||
|
|
Loading…
Reference in a new issue