Skip to content

Commit 174324e

Browse files
committed
Potential fix for BroadcastReceiver crash.
// FREEBIE
1 parent bc36860 commit 174324e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/thoughtcrime/securesms/mms/MmsRadio.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class MmsRadio {
1717

1818
public static synchronized MmsRadio getInstance(Context context) {
1919
if (instance == null)
20-
instance = new MmsRadio(context);
20+
instance = new MmsRadio(context.getApplicationContext());
2121

2222
return instance;
2323
}

0 commit comments

Comments
 (0)