Skip to content

Commit 88eb32b

Browse files
committed
moved field as requested
1 parent c4e6e4d commit 88eb32b

File tree

1 file changed

+2
-1
lines changed
  • app/src/main/java/org/schabi/newpipe

1 file changed

+2
-1
lines changed

app/src/main/java/org/schabi/newpipe/App.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@ public class App extends Application {
6565
private static final String TAG = App.class.toString();
6666

6767
private boolean isFirstRun = false;
68-
private static App app;
6968
private boolean notificationsRequested = false;
7069

70+
private static App app;
71+
7172
@NonNull
7273
public static App getApp() {
7374
return app;

0 commit comments

Comments
 (0)