fix titlebar

This commit is contained in:
Alexey Kuznetsov 2018-02-05 16:12:12 +03:00
commit 5e095bdd08

View file

@ -192,7 +192,7 @@ public class RecordingActivity extends AppCompatThemeActivity {
@Override
public int getAppTheme() {
return MainApplication.getTheme(this, R.style.RecThemeLight_NoActionBar, R.style.RecThemeDark_NoActionBar);
return MainApplication.getTheme(this, R.style.RecThemeLight, R.style.RecThemeDark);
}
@Override