mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-05-03 08:40:23 +00:00
fix splash screen crash
This commit is contained in:
parent
de737fce27
commit
a1f6364e52
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ public class SplashActivity extends AppCompatActivity implements Runnable {
|
|||
distroDir.mkdirs();
|
||||
}
|
||||
|
||||
File cvbiDir = new File(AppConfig.datadirpath(MainActivity.activity) + "/cvbi");
|
||||
File cvbiDir = new File(AppConfig.datadirpath(activity) + "/cvbi");
|
||||
if (!cvbiDir.exists()) {
|
||||
cvbiDir.mkdirs();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue