mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-11 16:33:39 +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) {
|
||||
if (instance == null)
|
||||
instance = new MmsRadio(context);
|
||||
instance = new MmsRadio(context.getApplicationContext());
|
||||
|
||||
return instance;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user