Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug report : setting setTypeface() to null object #3147

Closed
tsonevn opened this issue Nov 22, 2016 · 2 comments · Fixed by #3261
Closed

Bug report : setting setTypeface() to null object #3147

tsonevn opened this issue Nov 22, 2016 · 2 comments · Fixed by #3261

Comments

@tsonevn
Copy link
Contributor

tsonevn commented Nov 22, 2016

Sometimes setTypeface() has been set to earlier , when the TabView TextViews objects are null or undefined. This will lead to app crash on Android.

Which platform(s) does your issue occur on?

Android

Please provide the following version numbers that your issue occurs with:

  • CLI: 2.4.0;
  • Project package.json
{
  "nativescript": {
    "id": "<app_name>",
    "tns-ios": {
      "version": "2.4.0"
    },
    "tns-android": {
      "version": "2.4.1"
    }
  },
  "dependencies": {
    "email-validator": "1.0.4",
    "nativescript-barcodescanner": "1.3.3",
    "nativescript-cardview": "1.1.7",
    "nativescript-clipboard": "^1.1.5",
    "nativescript-drop-down": "1.3.2",
    "nativescript-geolocation": "0.0.12",
    "nativescript-google-maps-sdk": "^1.3.3",
    "nativescript-maskedinput": "0.0.2",
    "nativescript-ripple": "1.0.0",
    "nativescript-slides": "2.2.0",
    "nativescript-sqlite": "1.1.1",
    "nativescript-swiss-army-knife": "1.0.5",
    "nativescript-telerik-analytics": "1.0.6",
    "nativescript-telerik-ui-pro": "1.4.1",
    "nativescript-youtubesdk": "0.0.2",
    "tns-core-modules": "^2.4.0"
  },
  "devDependencies": {
    "babel-traverse": "6.10.4",
    "babel-types": "6.11.1",
    "babylon": "6.8.4",
    "filewalker": "0.1.3",
    "lazy": "1.0.11"
  }
@hamorphis
Copy link
Contributor

@tsonevn How can I reproduce this app crash? Do we have any sample project?

@lock
Copy link

lock bot commented Aug 29, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Aug 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants