mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-27 12:26:31 +01:00
splash is exportable
This commit is contained in:
parent
264f2ab316
commit
dd96608bb1
@ -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 New Issue
Block a user