Skip to content

Commit

Permalink
Merge pull request #6050 from grzesiek2010/COLLECT-6043
Browse files Browse the repository at this point in the history
Fixed applying proper theme in FormUriActivity
  • Loading branch information
seadowg authored Mar 29, 2024
2 parents d5c4b3d + 7373d8f commit 71a4b73
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import android.content.Intent
import android.content.res.Resources
import android.net.Uri
import android.os.Bundle
import androidx.activity.ComponentActivity
import androidx.activity.result.contract.ActivityResultContracts
import androidx.activity.viewModels
import androidx.lifecycle.LiveData
Expand Down Expand Up @@ -33,6 +32,7 @@ import org.odk.collect.forms.savepoints.Savepoint
import org.odk.collect.projects.ProjectsRepository
import org.odk.collect.settings.SettingsProvider
import org.odk.collect.strings.R.string
import org.odk.collect.strings.localization.LocalizedActivity
import java.io.File
import java.text.SimpleDateFormat
import java.util.Locale
Expand All @@ -42,7 +42,7 @@ import javax.inject.Inject
* This class serves as a firewall for starting form filling. It should be used to do that
* rather than [FormFillingActivity] directly as it ensures that the required data is valid.
*/
class FormUriActivity : ComponentActivity() {
class FormUriActivity : LocalizedActivity() {

@Inject
lateinit var projectsDataService: ProjectsDataService
Expand Down

0 comments on commit 71a4b73

Please sign in to comment.