Remove some bits of Firebase code
This commit is contained in:
parent
3fcc45501d
commit
cd532f23a0
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue