mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
oops
This commit is contained in:
parent
17bda01d16
commit
ac25baedd1
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ public class FBMService extends FirebaseMessagingService {
|
|||
|
||||
value = data.get( "msg" );
|
||||
if ( null != value ) {
|
||||
String title = data.get( "titlexx" );
|
||||
String title = data.get( "title" );
|
||||
if ( null == title ) {
|
||||
title = LocUtils.getString( this, R.string.remote_msg_title );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue