mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
oops
This commit is contained in:
parent
0c2e294caa
commit
5929f9d50f
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ public class FBMService extends FirebaseMessagingService {
|
||||||
|
|
||||||
value = data.get( "msg" );
|
value = data.get( "msg" );
|
||||||
if ( null != value ) {
|
if ( null != value ) {
|
||||||
String title = data.get( "titlexx" );
|
String title = data.get( "title" );
|
||||||
if ( null == title ) {
|
if ( null == title ) {
|
||||||
title = LocUtils.getString( this, R.string.remote_msg_title );
|
title = LocUtils.getString( this, R.string.remote_msg_title );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue