We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e6e4d commit 88eb32bCopy full SHA for 88eb32b
app/src/main/java/org/schabi/newpipe/App.java
@@ -65,9 +65,10 @@ public class App extends Application {
65
private static final String TAG = App.class.toString();
66
67
private boolean isFirstRun = false;
68
- private static App app;
69
private boolean notificationsRequested = false;
70
+ private static App app;
71
+
72
@NonNull
73
public static App getApp() {
74
return app;
0 commit comments