mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
add flavor to toasted got-fcm message
So I can tell the apps apart
This commit is contained in:
parent
e98519ea38
commit
74cf4b0974
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ public class FBMService extends FirebaseMessagingService {
|
||||||
JSONArray msgs64 = new JSONArray( value );
|
JSONArray msgs64 = new JSONArray( value );
|
||||||
String[] strs64 = new String[msgs64.length()];
|
String[] strs64 = new String[msgs64.length()];
|
||||||
if ( toastFCM ) {
|
if ( toastFCM ) {
|
||||||
DbgUtils.showf( this, "%s.onMessageReceived(): got %d msgs",
|
DbgUtils.showf( this, "%s-%s.onMessageReceived(): got %d msgs",
|
||||||
TAG, strs64.length );
|
BuildConfig.FLAVOR, TAG, strs64.length );
|
||||||
}
|
}
|
||||||
|
|
||||||
for ( int ii = 0; ii < strs64.length; ++ii ) {
|
for ( int ii = 0; ii < strs64.length; ++ii ) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue