kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
b45e6b6139
commit
94776c40e1
|
@ -227,6 +227,9 @@ public class DatabaseUpgradeActivity extends BaseActivity {
|
||||||
ApplicationContext.getInstance(getApplicationContext())
|
ApplicationContext.getInstance(getApplicationContext())
|
||||||
.getJobManager()
|
.getJobManager()
|
||||||
.add(new RefreshAttributesJob(getApplicationContext()));
|
.add(new RefreshAttributesJob(getApplicationContext()));
|
||||||
|
ApplicationContext.getInstance(getApplicationContext())
|
||||||
|
.getJobManager()
|
||||||
|
.add(new DirectoryRefreshJob(getApplicationContext()));
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
|
Ładowanie…
Reference in New Issue