This commit is contained in:
nuclearfog 2020-10-07 21:41:46 +02:00
parent ec2a9153b0
commit f2b104af2d
No known key found for this signature in database
GPG Key ID: D5490E4A81F97B14
1 changed files with 4 additions and 0 deletions

View File

@ -112,6 +112,10 @@ public class MainActivity extends AppCompatActivity implements OnTabSelectedList
case REQUEST_APP_LOGIN:
if (returnCode == RESULT_CANCELED) {
finish();
} else {
root.setBackgroundColor(settings.getBackgroundColor());
tablayout.setSelectedTabIndicatorColor(settings.getHighlightColor());
adapter.notifySettingsChanged();
}
break;