xamarin/Xamarin.Forms

Timepicker events are not fired for the first time in xamarin.forms verison 3.3. Until version 3.2.0.871581 it was working as expected

オープン

#4,419 opened on 2018/11/15

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)C# (1,926 件のフォーク)batch import
3.3.0e/5 :clock5:help wantedi/regressioninactivet/bug :bug:up-for-grabs

Repository metrics

Stars
 (5,644 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Description

I have defined a renderer for the TimePicker (Android). Whenever i tried to change the time , the events are not fired only for the first time. For the subsequent time change events are firing. Until Xamarin.forms version 3.2.0.871581, it was working as expected. This changed after update to version 3.3

Attaching the Sample for details. TImePickerSample.zip

Steps to Reproduce

  1. Click on the timepicker
  2. Select time and click OK
  3. Event not called for the first time.

Expected Behavior

The event should be called as required

Actual Behavior

Event isnt Fired for the first time. For the subsequent time change, the event is fired

Basic Information

Xamarin.forms 3.3 Android FormsApplicationActivity

  • Version with issue: Xamarin.forms 3.3 Platform Target Frameworks:
    • Android: The version of the Android SDK i am compiling against, 8.1
  • Affected Devices: Android

Last Known good version: With Xamarin.forms version 3.2.0.871581, it was working as expected. This changed after update to version 3.3

Screenshots

Reproduction Link

コントリビューターガイド