Skip to content

Commit

Permalink
[ota] add inject method to ota view manager
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxJCheung committed Mar 19, 2018
1 parent 2d49be1 commit fe92ba1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@

import com.stockholm.common.IntentExtraKey;

import javax.inject.Inject;

public class OtaViewManager {

private Context context;
private boolean showing = false;
private OtaViewReceiver otaViewReceiver;

@Inject
public OtaViewManager(Context context) {
this.context = context;
}
Expand Down

0 comments on commit fe92ba1

Please sign in to comment.