Şafak Gezer
Results
1
comments of
Şafak Gezer
Fixed it in my our code by subclassing `TimeDurationPickerDialogFragment`, and overriding the onStart method as follows: ``` @Override public void onStart() { super.onStart(); if (getResources().getConfiguration().getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { Dialog dialog...