mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 7da87f97
: Merge "Clean up unnecessary log messages"
* commit '7da87f97b07bf2c84e033fb53106f9c50b6200ec': Clean up unnecessary log messages
This commit is contained in:
commit
f9c137aa60
@ -65,12 +65,10 @@ public class FeedbackFragment extends Fragment implements OnClickListener {
|
||||
mCancelButton.setOnClickListener(this);
|
||||
|
||||
if (savedInstanceState != null) {
|
||||
Log.d(TAG, "restoring from savedInstanceState");
|
||||
restoreState(savedInstanceState);
|
||||
} else {
|
||||
final Bundle bundle = getActivity().getIntent().getExtras();
|
||||
if (bundle != null) {
|
||||
Log.d(TAG, "restoring from getArguments()");
|
||||
restoreState(bundle);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user