Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Fixed bug where 2 actionbars were loading for Certificates screen
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher lee committed Nov 23, 2016
1 parent 4747574 commit d399c80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion OpenEdXMobile/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@
<activity
android:name="org.edx.mobile.view.CertificateActivity"
android:label="@string/tab_label_certificate"
android:screenOrientation="portrait" />
android:screenOrientation="portrait"
android:theme="@style/AppTheme.NoActionBar.TranslucentStatusBar"/>

<activity
android:name="org.edx.mobile.view.SettingsActivity"
android:label="@string/app_name"
Expand Down

0 comments on commit d399c80

Please sign in to comment.