Compare commits

..

3 Commits

Author SHA1 Message Date
jiangjl 4e9acbc5a1 111
2 years ago
jiangjl 94918bd0eb b
2 years ago
jiangjl 5d706d4706 111
2 years ago

@ -0,0 +1,3 @@
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());
mOnDateTimeSetListener.OnDateTimeSet(this, mDate.getTimeInMillis());111
}
}git-wangxu
}
}
Loading…
Cancel
Save