mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-02-18 17:25:27 +00:00
Fix ContextCompat.registerReceiver flag
This commit is contained in:
parent
a922eef801
commit
60dd6dacaa
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class MainActivity: FlutterActivity() {
|
|||
|
||||
apiClient = APIClient(context)
|
||||
|
||||
ContextCompat.registerReceiver(context, refreshReceiver, IntentFilter(ACTION_REFRESH_SITES), RECEIVER_NOT_EXPORTED)
|
||||
ContextCompat.registerReceiver(context, refreshReceiver, IntentFilter(ACTION_REFRESH_SITES), ContextCompat.RECEIVER_NOT_EXPORTED)
|
||||
|
||||
enqueueDNUpdater()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue