Project

General

Profile

« Previous | Next » 

Revision 84d746d7

Added by Leszek Koltunski about 2 years ago

Downloaded Objects more or less work now.

View differences:

src/main/java/org/distorted/dialogs/RubikDialogTutorialView.java
188 188

  
189 189
        Bundle bundle = new Bundle();
190 190
        bundle.putString(FirebaseAnalytics.Param.CONTENT_TYPE, message);
191
        bundle.putString(FirebaseAnalytics.Param.ITEM_NAME, object==null ? "NULL" : object.getName() );
191
        bundle.putString(FirebaseAnalytics.Param.ITEM_NAME, object==null ? "NULL" : object.getLowerName() );
192 192
        analytics.logEvent(FirebaseAnalytics.Event.TUTORIAL_BEGIN, bundle);
193 193
        }
194 194
      }

Also available in: Unified diff