mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-23 18:35: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;
|
return;
|
||||||
}
|
}
|
||||||
Toast.makeText(getActivity(),
|
Toast.makeText(getActivity(),
|
||||||
getString(R.string.config_imported_successful,
|
getString(R.string.config_imported_successful), Toast.LENGTH_LONG).show();
|
||||||
Constants.EXPORT_PATH_OBJ), Toast.LENGTH_LONG).show();
|
|
||||||
|
|
||||||
// We don't have to send the config via REST on leaving activity.
|
// We don't have to send the config via REST on leaving activity.
|
||||||
mPendingConfig = false;
|
mPendingConfig = false;
|
||||||
|
|
Loading…
Reference in a new issue