Skip to content

Commit

Permalink
Added AndroidEntryPoint to MasterDetailActivity.kt to fix push notifi…
Browse files Browse the repository at this point in the history
…cation settings crash.
  • Loading branch information
tamaskozmer committed Jun 28, 2022
1 parent f876f6c commit b5e335c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ import com.instructure.interactions.Identity
import com.instructure.interactions.router.Route
import com.instructure.teacher.router.RouteMatcher
import com.instructure.teacher.router.RouteResolver
import dagger.hilt.android.AndroidEntryPoint
import kotlinx.android.synthetic.main.activity_master_detail.*
import retrofit2.Response

@AndroidEntryPoint
class MasterDetailActivity : BaseAppCompatActivity(), MasterDetailInteractions {

private var mRoute: Route? = null
Expand Down

0 comments on commit b5e335c

Please sign in to comment.