Remove some bits of Firebase code

This commit is contained in:
Javi Rueda 2020-06-27 03:57:04 +02:00
parent 3fcc45501d
commit cd532f23a0

View file

@ -56,7 +56,6 @@ public class AboutFragment extends BaseFragment implements SdkStatusListener {
private TextView textLbrySdkVersion; private TextView textLbrySdkVersion;
private TextView textPlatform; private TextView textPlatform;
private TextView textInstallationId; private TextView textInstallationId;
private TextView textFirebaseToken;
private View linkSendLog; private View linkSendLog;
private View linkUpdateMailingPreferences; private View linkUpdateMailingPreferences;
@ -87,7 +86,6 @@ public class AboutFragment extends BaseFragment implements SdkStatusListener {
textLbrySdkVersion = root.findViewById(R.id.about_lbry_sdk); textLbrySdkVersion = root.findViewById(R.id.about_lbry_sdk);
textPlatform = root.findViewById(R.id.about_platform); textPlatform = root.findViewById(R.id.about_platform);
textInstallationId = root.findViewById(R.id.about_installation_id); textInstallationId = root.findViewById(R.id.about_installation_id);
textFirebaseToken = root.findViewById(R.id.about_firebase_token);
linkSendLog = root.findViewById(R.id.about_send_log); linkSendLog = root.findViewById(R.id.about_send_log);
linkUpdateMailingPreferences = root.findViewById(R.id.about_update_mailing_preferences); linkUpdateMailingPreferences = root.findViewById(R.id.about_update_mailing_preferences);