Compare commits

..

1 Commits

Author SHA1 Message Date
jiangjl c0162760c8 wangxu
2 years ago

@ -1,3 +0,0 @@
111
222
branch-wangxu

@ -11,7 +11,7 @@
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* limitations under the License.
*/
package net.micode.notes.ui;
@ -83,8 +83,8 @@ public class DateTimePickerDialog extends AlertDialog implements OnClickListener
public void onClick(DialogInterface arg0, int arg1) {
if (mOnDateTimeSetListener != null) {
mOnDateTimeSetListener.OnDateTimeSet(this, mDate.getTimeInMillis());111
mOnDateTimeSetListener.OnDateTimeSet(this, mDate.getTimeInMillis());
}
}
}git-wangxu
}
Loading…
Cancel
Save