mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-26 15:36:40 +00:00
move old message notifier to optimized message notifier
This commit is contained in:
@@ -176,7 +176,7 @@ public class DatabaseUpgradeActivity extends BaseActivity {
|
||||
new AsyncTask<Void, Void, Void>() {
|
||||
@Override
|
||||
protected Void doInBackground(Void... params) {
|
||||
MessageNotifier.updateNotification(context);
|
||||
ApplicationContext.getInstance(context).messageNotifier.updateNotification(context);
|
||||
return null;
|
||||
}
|
||||
}.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
|
||||
|
||||
Reference in New Issue
Block a user