mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-06-19 21:19:16 -04:00
An attempt to fix an elusive crash
This commit is contained in:
@@ -23,7 +23,7 @@ abstract public class NotificationBuilder {
|
||||
}
|
||||
|
||||
public NotificationBuilder(Context context) {
|
||||
this.context = context;
|
||||
this.context = context.getApplicationContext();
|
||||
}
|
||||
|
||||
protected PendingIntent getPendingIntent(Intent intent) {
|
||||
|
||||
Reference in New Issue
Block a user