moved field as requested
This commit is contained in:
parent
90d7cc8fa6
commit
b0b2c71f77
1 changed files with 2 additions and 1 deletions
|
|
@ -65,9 +65,10 @@ public class App extends Application {
|
||||||
private static final String TAG = App.class.toString();
|
private static final String TAG = App.class.toString();
|
||||||
|
|
||||||
private boolean isFirstRun = false;
|
private boolean isFirstRun = false;
|
||||||
private static App app;
|
|
||||||
private boolean notificationsRequested = false;
|
private boolean notificationsRequested = false;
|
||||||
|
|
||||||
|
private static App app;
|
||||||
|
|
||||||
@NonNull
|
@NonNull
|
||||||
public static App getApp() {
|
public static App getApp() {
|
||||||
return app;
|
return app;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue