Fix a few SonarLint warnings
This commit is contained in:
parent
433c6dc33b
commit
4d51ebc37a
6 changed files with 16 additions and 9 deletions
|
|
@ -16,7 +16,7 @@ import leakcanary.AppWatcher;
|
|||
|
||||
public abstract class BaseFragment extends Fragment {
|
||||
protected final String TAG = getClass().getSimpleName() + "@" + Integer.toHexString(hashCode());
|
||||
protected final boolean DEBUG = MainActivity.DEBUG;
|
||||
protected static final boolean DEBUG = MainActivity.DEBUG;
|
||||
protected AppCompatActivity activity;
|
||||
//These values are used for controlling fragments when they are part of the frontpage
|
||||
@State
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue