Skip to content

Commit

Permalink
refactor(ui/sim): make SimEntry non-static
Browse files Browse the repository at this point in the history
It doesn't need to be.

Signed-off-by: iusmac <[email protected]>
  • Loading branch information
iusmac committed May 7, 2024
1 parent 82558de commit 54570a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ protected void onCleared() {
mHandler.removeCallbacksAndMessages(null);
}

static final class SimEntry {
final class SimEntry {
private final Subscription subscription;
private final CharSequence nextUpcomingScheduleSummary;

Expand Down

0 comments on commit 54570a1

Please sign in to comment.