This commit is contained in:
Eric House 2020-12-08 15:02:10 -08:00
parent 0c2e294caa
commit 5929f9d50f

View file

@ -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 );
}