You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get this error when running when choosing a background:
W/Bundle: Key background expected String but value was a java.lang.Integer. The default value was returned.
W/Bundle: Attempt to cast generated internal exception:
java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String
at android.os.BaseBundle.getString(BaseBundle.java:1121)
at com.solunaire.vectrize.FinishedPreviewActivity$2.run(FinishedPreviewActivity.java:126)
at java.lang.Thread.run(Thread.java:764)
Effectively, the background feature does not work
The text was updated successfully, but these errors were encountered:
Get this error when running when choosing a background:
W/Bundle: Key background expected String but value was a java.lang.Integer. The default value was returned.
W/Bundle: Attempt to cast generated internal exception:
java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String
at android.os.BaseBundle.getString(BaseBundle.java:1121)
at com.solunaire.vectrize.FinishedPreviewActivity$2.run(FinishedPreviewActivity.java:126)
at java.lang.Thread.run(Thread.java:764)
Effectively, the background feature does not work
The text was updated successfully, but these errors were encountered: