mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
I have done some manual test, this should be fine.
This commit is contained in:
parent
0147eb4b22
commit
49681982ae
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@ object Config {
|
|||
* - For Gplay variant it means that only FCM will be used;
|
||||
* - For F-Droid variant, it means that only background polling will be available to the user.
|
||||
*
|
||||
* *Note*: Changing the value from `true` to `false` when the app is already installed on users' phone may have unexpected behavior.
|
||||
* *Note*: When the app is already installed on users' phone:
|
||||
* - Changing the value from `false` to `true` will let the user be able to select an external UnifiedPush distributor;
|
||||
* - Changing the value from `true` to `false` will force the app to return to the background sync / Firebase Push.
|
||||
*/
|
||||
const val ALLOW_EXTERNAL_UNIFIED_PUSH_DISTRIBUTORS = true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue