|
|
@@ -13,6 +13,7 @@ import android.os.Handler;
|
|
|
import android.os.Message;
|
|
|
import android.provider.Settings;
|
|
|
import android.support.annotation.NonNull;
|
|
|
+import android.support.annotation.Nullable;
|
|
|
import android.support.v7.app.AlertDialog;
|
|
|
import android.text.TextUtils;
|
|
|
import android.view.View;
|
|
|
@@ -64,6 +65,13 @@ public class SplashAct extends BaseActivity implements SplashContract.View, Easy
|
|
|
};
|
|
|
|
|
|
@Override
|
|
|
+ protected void onCreate(@Nullable Bundle savedInstanceState) {
|
|
|
+ //恢复成默认主题
|
|
|
+ setTheme(R.style.FullScreenTheme);
|
|
|
+ super.onCreate(savedInstanceState);
|
|
|
+ }
|
|
|
+
|
|
|
+ @Override
|
|
|
protected void onStart() {
|
|
|
super.onStart();
|
|
|
requestCodePermissions();
|