We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc36860 commit 174324eCopy full SHA for 174324e
1 file changed
src/org/thoughtcrime/securesms/mms/MmsRadio.java
@@ -17,7 +17,7 @@ public class MmsRadio {
17
18
public static synchronized MmsRadio getInstance(Context context) {
19
if (instance == null)
20
- instance = new MmsRadio(context);
+ instance = new MmsRadio(context.getApplicationContext());
21
22
return instance;
23
}
0 commit comments