mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-21 16:38:27 +00:00
Put directory refresh into Signal migration
// FREEBIE
This commit is contained in:
parent
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user