1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-01-23 10:25:54 +00:00

QA: Remove unused format string

This commit is contained in:
Catfriend1 2018-10-10 02:37:50 +02:00
parent 28040869e6
commit 6030d6105c

View file

@ -728,8 +728,7 @@ public class SettingsActivity extends SyncthingActivity {
return;
}
Toast.makeText(getActivity(),
getString(R.string.config_imported_successful,
Constants.EXPORT_PATH_OBJ), Toast.LENGTH_LONG).show();
getString(R.string.config_imported_successful), Toast.LENGTH_LONG).show();
// We don't have to send the config via REST on leaving activity.
mPendingConfig = false;