Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Fix findbugs errors #830

Merged
merged 1 commit into from
Sep 19, 2016
Merged

Fix findbugs errors #830

merged 1 commit into from
Sep 19, 2016

Conversation

cco3
Copy link
Contributor

@cco3 cco3 commented Sep 19, 2016

No description provided.

@@ -27,7 +27,7 @@
*/
public class FatBeaconHelloWorld implements Demo {
private static final String TAG = FatBeaconHelloWorld.class.getSimpleName();
private static boolean mIsDemoStarted = false;
private boolean mIsDemoStarted = false;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this needs to be static because it needs to retain that state even when the user goes back to the list.

@cco3
Copy link
Contributor Author

cco3 commented Sep 19, 2016

Updated

@hayesjordan
Copy link
Contributor

LGTM

@cco3 cco3 merged commit 2093759 into google:master Sep 19, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants