Compare commits

...

1 Commits

Author SHA1 Message Date
jiangjl c0162760c8 wangxu
2 years ago

@ -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;
@ -85,6 +85,6 @@ public class DateTimePickerDialog extends AlertDialog implements OnClickListener
if (mOnDateTimeSetListener != null) {
mOnDateTimeSetListener.OnDateTimeSet(this, mDate.getTimeInMillis());
}
}
}git-wangxu
}
Loading…
Cancel
Save