forked from github/wulkanowy-mirror
Bump activity-ktx from 1.3.1 to 1.4.0 (#1620)
This commit is contained in:
parent
99b7af64c0
commit
66e58ab74e
@ -183,7 +183,7 @@ dependencies {
|
|||||||
|
|
||||||
implementation "androidx.core:core-ktx:1.7.0"
|
implementation "androidx.core:core-ktx:1.7.0"
|
||||||
implementation 'androidx.core:core-splashscreen:1.0.0-alpha02'
|
implementation 'androidx.core:core-splashscreen:1.0.0-alpha02'
|
||||||
implementation "androidx.activity:activity-ktx:1.3.1"
|
implementation "androidx.activity:activity-ktx:1.4.0"
|
||||||
implementation "androidx.appcompat:appcompat:1.4.0-beta01"
|
implementation "androidx.appcompat:appcompat:1.4.0-beta01"
|
||||||
implementation "androidx.fragment:fragment-ktx:1.3.6"
|
implementation "androidx.fragment:fragment-ktx:1.3.6"
|
||||||
implementation "androidx.annotation:annotation:1.3.0"
|
implementation "androidx.annotation:annotation:1.3.0"
|
||||||
|
@ -115,9 +115,9 @@ class MainActivity : BaseActivity<MainPresenter, ActivityMainBinding>(), MainVie
|
|||||||
updateHelper.onActivityResult(requestCode, resultCode)
|
updateHelper.onActivityResult(requestCode, resultCode)
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onCreateOptionsMenu(menu: Menu?): Boolean {
|
override fun onCreateOptionsMenu(menu: Menu): Boolean {
|
||||||
menuInflater.inflate(R.menu.action_menu_main, menu)
|
menuInflater.inflate(R.menu.action_menu_main, menu)
|
||||||
accountMenu = menu?.findItem(R.id.mainMenuAccount)
|
accountMenu = menu.findItem(R.id.mainMenuAccount)
|
||||||
|
|
||||||
presenter.onActionMenuCreated()
|
presenter.onActionMenuCreated()
|
||||||
return true
|
return true
|
||||||
|
@ -118,7 +118,7 @@ class SendMessageActivity : BaseActivity<SendMessagePresenter, ActivitySendMessa
|
|||||||
presenter.onMessageContentChange()
|
presenter.onMessageContentChange()
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onCreateOptionsMenu(menu: Menu?): Boolean {
|
override fun onCreateOptionsMenu(menu: Menu): Boolean {
|
||||||
menuInflater.inflate(R.menu.action_menu_send_message, menu)
|
menuInflater.inflate(R.menu.action_menu_send_message, menu)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user