Fixed: crash on splash screen on version Kitkat and under due to trying to load a vector drawable in a selector.
This commit is contained in:
parent
33883aca3d
commit
56341a15af
4 changed files with 8 additions and 18 deletions
|
@ -20,6 +20,7 @@ import android.content.Intent;
|
|||
import android.content.SharedPreferences;
|
||||
import android.os.Bundle;
|
||||
import android.support.v7.app.AppCompatActivity;
|
||||
import android.support.v7.app.AppCompatDelegate;
|
||||
|
||||
public class SplashActivity extends AppCompatActivity {
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue