Remove array.xml and re-enable (partially working) light theme.
This commit is contained in:
parent
8b8911bfd0
commit
b3e9b86b61
4 changed files with 14 additions and 34 deletions
|
@ -64,12 +64,9 @@ public class BaseActivity extends AppCompatActivity {
|
|||
createMastodonAPI();
|
||||
createTuskyAPI();
|
||||
|
||||
/* Note from Andrew March 13, 2017: Keep this and restore it when the light theme is no
|
||||
longer bugged.
|
||||
if (PreferenceManager.getDefaultSharedPreferences(this).getBoolean("lightTheme", false)) {
|
||||
setTheme(R.style.AppTheme_Light);
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -153,9 +153,7 @@ public class MainActivity extends BaseActivity {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void onTabReselected(TabLayout.Tab tab) {
|
||||
|
||||
}
|
||||
public void onTabReselected(TabLayout.Tab tab) {}
|
||||
});
|
||||
|
||||
Intent intent = getIntent();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue