1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-10 01:08:23 +02:00

splash is exportable

This commit is contained in:
Kyle Spearrin 2017-10-19 11:19:24 -04:00
parent 264f2ab316
commit dd96608bb1

View File

@ -10,8 +10,7 @@ namespace Bit.Android
[Activity(Theme = "@style/BitwardenTheme.Splash",
MainLauncher = true,
NoHistory = true,
WindowSoftInputMode = global::Android.Views.SoftInput.StateHidden,
Exported = false)]
WindowSoftInputMode = global::Android.Views.SoftInput.StateHidden)]
public class SplashActivity : AppCompatActivity
{
public override void OnCreate(Bundle savedInstanceState, PersistableBundle persistentState)