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 5, 2022
1 parent 1c4dd8c commit 2a5b69f
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 2a5b69f

Please sign in to comment.