mirror of
https://github.com/Xcreen/RestSMS.git
synced 2026-04-22 16:17:23 -04:00
Added Multipart form-data support (belongs to 75f51e39f3 )
This commit is contained in:
@@ -78,7 +78,7 @@ public class HomeFragment extends Fragment {
|
||||
@Override
|
||||
public void run() {
|
||||
try {
|
||||
appContext.smsServer.start();
|
||||
appContext.smsServer.start(getContext().getCacheDir().getAbsolutePath());
|
||||
}
|
||||
catch (Exception ex){
|
||||
ex.printStackTrace();
|
||||
|
||||
Reference in New Issue
Block a user