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:
parent
28040869e6
commit
6030d6105c
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue