mirror of https://github.com/M66B/FairEmail.git
Fixed message
This commit is contained in:
parent
a29efd08e9
commit
d54f85618a
|
@ -353,7 +353,7 @@ public class FragmentSetup extends FragmentEx {
|
||||||
|
|
||||||
if (!drafts)
|
if (!drafts)
|
||||||
throw new IllegalArgumentException(
|
throw new IllegalArgumentException(
|
||||||
context.getString(R.string.title_setup_no_settings));
|
context.getString(R.string.title_setup_no_settings, dparts[1]));
|
||||||
} finally {
|
} finally {
|
||||||
if (istore != null)
|
if (istore != null)
|
||||||
istore.close();
|
istore.close();
|
||||||
|
|
Loading…
Reference in New Issue