This commit is contained in:
Eric House 2020-12-08 15:02:10 -08:00
parent 17bda01d16
commit ac25baedd1

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