creswick / StreamingQR

Apache License 2.0
2 stars 0 forks source link

TransmitFragment requires default constructor #26

Closed creswick closed 10 years ago

creswick commented 10 years ago

Imported from trac #26.

The build on the master branch is failing due to a Lint error. The report indicates that TransmitFragment needs to have a default constructor since every Fragment must be able to restore its activity state. (see [http://developer.android.com/reference/android/app/Fragment.html#Fragment() android's Fragment documentation]).

Reported by: @lcasburn

Component: demo-app

CC: creswick,lcasburn

Report Upstream:

Authors: ?

Dependencies:

Work issues:

Reviewers:

Merged in:

Attachments: