Skip to content

Commit

Permalink
Add missing R imports to datetimepicker files
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Oct 6, 2022
1 parent 8627185 commit df1398a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Expand Up @@ -7,6 +7,8 @@

package versioned.host.exp.exponent.modules.api.components.datetimepicker;

import host.exp.expoview.R;

import android.annotation.SuppressLint;
import android.app.DatePickerDialog;
import android.app.DatePickerDialog.OnDateSetListener;
Expand Down
Expand Up @@ -8,6 +8,8 @@

package versioned.host.exp.exponent.modules.api.components.datetimepicker;

import host.exp.expoview.R;

import android.app.Dialog;
import android.app.TimePickerDialog;
import android.app.TimePickerDialog.OnTimeSetListener;
Expand Down

0 comments on commit df1398a

Please sign in to comment.