mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-20 13:51:36 +00:00
Potential fix for BroadcastReceiver crash.
// FREEBIE
This commit is contained in:
parent
bc3686058a
commit
174324e2a0
@ -17,7 +17,7 @@ public class MmsRadio {
|
|||||||
|
|
||||||
public static synchronized MmsRadio getInstance(Context context) {
|
public static synchronized MmsRadio getInstance(Context context) {
|
||||||
if (instance == null)
|
if (instance == null)
|
||||||
instance = new MmsRadio(context);
|
instance = new MmsRadio(context.getApplicationContext());
|
||||||
|
|
||||||
return instance;
|
return instance;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user