mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Fix incorrect string resource usage for some activities.
This commit is contained in:
committed by
Greyson Parrelli
parent
b1d74e21e2
commit
82eebbc3b0
@@ -58,6 +58,7 @@ public class SubmitDebugLogActivity extends BaseActivity implements SubmitDebugL
|
||||
dynamicTheme.onCreate(this);
|
||||
setContentView(R.layout.submit_debug_log_activity);
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
getSupportActionBar().setTitle(R.string.AndroidManifest__log_submit);
|
||||
|
||||
initView();
|
||||
initViewModel();
|
||||
|
||||
Reference in New Issue
Block a user