mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Added more options to theme dialog
This commit is contained in:
@@ -293,7 +293,11 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
|
||||
btnTheme.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View view) {
|
||||
new FragmentDialogTheme().show(getParentFragmentManager(), "setup:theme");
|
||||
Bundle args = new Bundle();
|
||||
args.putBoolean("settings", true);
|
||||
FragmentDialogTheme dialog = new FragmentDialogTheme();
|
||||
dialog.setArguments(args);
|
||||
dialog.show(getParentFragmentManager(), "setup:theme");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user