add sound

This commit is contained in:
Milos Kozak 2017-03-10 10:42:12 +01:00
parent 48d30f2da3
commit 7f4db28c41

View file

@ -198,7 +198,7 @@ public class NSClientInternalPlugin implements PluginBase {
textLog = newTextLog;
MainApp.bus().post(new EventNSClientUpdateGUI());
} catch (OutOfMemoryError e) {
ToastUtils.showToastInUiThread(MainApp.instance().getApplicationContext(), "Out of memory!\nStop using this phone !!!");
ToastUtils.showToastInUiThread(MainApp.instance().getApplicationContext(), "Out of memory!\nStop using this phone !!!", R.raw.error);
}
}