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 a93e2cc commit 143205fCopy full SHA for 143205f
app/src/main/java/io/github/ratul/topactivity/App.java
@@ -38,6 +38,12 @@ public class App extends Application {
38
private SharedPreferences sharedPreferences;
39
private NotificationManagerCompat notificationManager;
40
41
+ @Override
42
+ protected void attachBaseContext(Context base) {
43
+ super.attachBaseContext(base);
44
+ instance = this;
45
+ }
46
+
47
@Override
48
public void onCreate() {
49
super.onCreate();
0 commit comments