mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-25 15:10:47 +01:00
Small fix
This commit is contained in:
@@ -75,7 +75,7 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc
|
||||
int after = Helper.getSize(outState);
|
||||
Log.i("Saved instance " + this + " size=" + before + "/" + after);
|
||||
for (String key : outState.keySet())
|
||||
Log.i("Saved " + key + "=" + outState.get(key));
|
||||
Log.i("Saved " + this + " " + key + "=" + outState.get(key));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user