add sound
This commit is contained in:
parent
48d30f2da3
commit
7f4db28c41
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ public class NSClientInternalPlugin implements PluginBase {
|
||||||
textLog = newTextLog;
|
textLog = newTextLog;
|
||||||
MainApp.bus().post(new EventNSClientUpdateGUI());
|
MainApp.bus().post(new EventNSClientUpdateGUI());
|
||||||
} catch (OutOfMemoryError e) {
|
} 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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue