Remove target api (should not be used?)
This commit is contained in:
parent
804e4cf68c
commit
a6e5b904b5
1 changed files with 1 additions and 4 deletions
|
@ -1,6 +1,4 @@
|
|||
package net.osmand.plus.osmedit;
|
||||
|
||||
import android.annotation.TargetApi;
|
||||
import android.app.Activity;
|
||||
import android.app.Dialog;
|
||||
import android.app.ProgressDialog;
|
||||
|
@ -125,7 +123,6 @@ public class EditPoiDialogFragment extends DialogFragment {
|
|||
.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);
|
||||
}
|
||||
|
||||
@TargetApi(Build.VERSION_CODES.HONEYCOMB)
|
||||
@Override
|
||||
public View onCreateView(LayoutInflater inflater, ViewGroup container,
|
||||
Bundle savedInstanceState) {
|
||||
|
@ -731,7 +728,7 @@ public class EditPoiDialogFragment extends DialogFragment {
|
|||
.setNegativeButton(R.string.shared_string_cancel, null);
|
||||
return builder.create();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private TextView.OnEditorActionListener mOnEditorActionListener =
|
||||
new TextView.OnEditorActionListener() {
|
||||
|
|
Loading…
Reference in a new issue